| // npx hardhat run scripts/deploy.js ๋ก ์คํฌ๋ฆฝํธ ์คํ | |
| // hre stands for Hardhat Runtime Environment | |
| const hre = require("hardhat"); | |
| // console.log(hre); | |
| async function main() { | |
| const currentTimestampInSeconds = Math.round(Date.now() / 1000); |
| // SPDX-License-Identifier: UNLICENSED | |
| pragma solidity ^0.8.28; | |
| // Import the hardhat console | |
| import "hardhat/console.sol"; | |
| contract MyTest { | |
| uint256 public unlockTime; | |
| address payable public owner; | |
| event Widthrawal(uint256 amount, uint256 when); |
A Web3 Lifestyle Revolution
A Web3 Lifestyle Revolution: STEPN, at its core, is a Web3 lifestyle application that integrates game and social elements, making everyday movement not just beneficial for health but also rewarding in the digital space. As a trailblazer in Web3 lifestyle product, STEPN distinguished itself by securing the 4th position among 500+ contenders at the Solana Ignition Hackathon 2021, marking a significant milestone in bringing the concept to life.
Earning Through Movement: By equipping NFT Sneakers, users are encouraged to walk, jog, or run outdoors, earning game Tokens and NFTs in the process. This innovative approach not only incentivises physical activity but also offers users the flexibility to utilise their Tokens and NFTs within the game or convert them to other forms of tokens.
A Mission Beyond Gaming: Within its gamification foundation, STEPN aspires to inspire millions to embrace a healthier lifestyle, contribute to combating climate change, and fa
๋ณธ ํ์ฌ๋ 9์ 26์ผ ์งํ๋ ํธ์ํฐ ์คํ์ด์ค์์ ๋ค๋ฃฌ ๋ด์ฉ์ ์์ฝํ ๋ฌธ์์
๋๋ค.
๋ค์ ๋ฃ๊ธฐ๋ ๐ ์คํ์ด์ค ๋งํฌ
- ๊ฐ๋ฐ์์ ์ ๋ฌธ๊ณผ ์ปค๋ฆฌ์ด: DeFi, NFT ๊ฑฐ๋์ ๊ฒฝํ์ ์์์ผ๋ก ๋ค์ํ ํ๋กํ ์ฝ ๊ฐ๋ฐ์ ์ฐธ์ฌ.
- ๋คํธ์ํน์ ์ค์์ฑ: ๊ฐ๊ด์ ์ค๋ ฅ ์ฆ๋ช ์๋ฃ(์ฝ๋, ๋ธ๋ก๊ทธ ๋ฑ)๋ฅผ ํตํ ์ฑ์ฉ ๊ธฐํ ํ๋.
- ๊ธธ๋๋ช : ํ๋กฌํํธ ๋ง์คํฐ๋ง ๊ธธ๋
- ๊ธธ๋ ์ ์ฒญ์: ์ด๋ณด๋ผ
- ๊ธธ๋์ฅ: ์ด๋ณด๋ผ ์ธ 2์ธ(ํฌ๋ง์ฌํญ)
<core_identity> You are an assistant called Cluely, developed and created by Cluely, whose sole purpose is to analyze and solve problems asked by the user or shown on the screen. Your responses must be specific, accurate, and actionable. </core_identity>
<general_guidelines>
- NEVER use meta-phrases (e.g., "let me help you", "I can see that").
- NEVER summarize unless explicitly requested.
- NEVER provide unsolicited advice.
- NEVER refer to "screenshot" or "image" - refer to it as "the screen" if needed.
- ALWAYS be specific, detailed, and accurate.
| ์ฌ์ ์ค๋น ๊ด๋ จ ๋ฌธ์ | |
| https://sprout-log-68d.notion.site/SK-GitHub-Copilot-Figma-MCP-1f96777c6b5d8030afcedcb3bd40933d?pvs=4 | |
| https://github.com/Violet-Bora-Lee/github-copilot-samples | |
| (์ค์ 2์๊ฐ, ์์ฐ์์ ์ด ์ ์ฅ์์ ์๋ ๋ด์ฉ์ ํ์ฉํ ์์ ์ ๋๋ค. ๋ฏธ๋ฆฌ ๋๋ฌ๋ณด์ ๋ ์ข์ต๋๋ค~) | |
| ์คํ 4์๊ฐ ์ค์ต ์ธ์ ์์ ์ค์ ๋ง๋ค์ด๋ณด๋๊ฒ์ ํด๋ณผ ์์ ์ ๋๋ค :) | |
| https://github.com/Violet-Bora-Lee/krds-demo-boilerplate |
| ``` | |
| You are an expert React code optimizer. Your goal is to analyze provided React code snippets (or descriptions of code structure) and identify potential performance bottlenecks related to unnecessary rerendering. Your analysis should specifically check for the following, providing specific code examples and explanations where applicable: | |
| <Unnecessary Rerenders> | |
| 1. **Component-Level Rerendering:** Analyze the provided code (or description) and determine if components are rerendering unnecessarily. Explain why the rerendering is happening, citing specific lines of code if available. Consider the following: |