- 9시~11시: GitHub Universe 2025 Recap
- 11시~12시: 기업 강연에서 주로 하시는 질문
- 12시~13시 (or 13시 30분): 점심식사
- 13시~:
- 이후: 바이브코딩으로 SEO 및 GEO/AIEO 적용된 블로그 만들기
| // SPDX-License-Identifier: MIT | |
| pragma solidity 0.8.29; | |
| import "@openzeppelin/contracts@4.9.3/token/ERC20/ERC20.sol"; | |
| contract FarmToken is ERC20 { | |
| address public admin; | |
| // Mapping from activity name to reward points | |
| mapping(string => uint256) public activityRewardPoints; |
| // SPDX-License-Identifier: MIT | |
| pragma solidity >=0.8.2 <0.9.0; | |
| contract GinsengProductionHistory { | |
| struct Ginseng { | |
| string name; | |
| uint256 plantingDate; | |
| } | |
| struct GrowthRecord { |
| // SPDX-License-Identifier: MIT | |
| // Compatible with OpenZeppelin Contracts ^5.5.0 | |
| pragma solidity ^0.8.27; | |
| import {ERC20} from "@openzeppelin/contracts@5.5.0/token/ERC20/ERC20.sol"; | |
| import {ERC20Permit} from "@openzeppelin/contracts@5.5.0/token/ERC20/extensions/ERC20Permit.sol"; | |
| contract MyToken is ERC20, ERC20Permit { | |
| constructor(address recipient) | |
| ERC20("MyTokenTest", "MTKT") |
| // 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