Skip to content

Instantly share code, notes, and snippets.

View Violet-Bora-Lee's full-sized avatar
💜
I code, build and act.

Bora Lee Violet-Bora-Lee

💜
I code, build and act.
View GitHub Profile
@Violet-Bora-Lee
Violet-Bora-Lee / README.md
Last active December 10, 2025 07:22
인바디 <> 메가존 깃헙 코파일럿 워크샵

인바디 깃헙 코파일럿 워크샵

https://bit.ly/4oIwZas

일정

  • 9시~11시: GitHub Universe 2025 Recap
  • 11시~12시: 기업 강연에서 주로 하시는 질문
  • 12시~13시 (or 13시 30분): 점심식사
  • 13시~:
  • 이후: 바이브코딩으로 SEO 및 GEO/AIEO 적용된 블로그 만들기
@Violet-Bora-Lee
Violet-Bora-Lee / FarmToken.sol
Created November 22, 2025 01:31
스마트팜 보상 토큰 코드
// 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;
@Violet-Bora-Lee
Violet-Bora-Lee / GinsengProductionHistory.sol
Created November 22, 2025 01:27
스마트팜 이력 추적 코드
// SPDX-License-Identifier: MIT
pragma solidity >=0.8.2 <0.9.0;
contract GinsengProductionHistory {
struct Ginseng {
string name;
uint256 plantingDate;
}
struct GrowthRecord {
@Violet-Bora-Lee
Violet-Bora-Lee / erc-20-premit.sol
Created November 22, 2025 00:30
ERC-20 with 수신자 지정
// 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")
@Violet-Bora-Lee
Violet-Bora-Lee / README.md
Created November 19, 2025 23:46
메가존 바이브코딩 원데이 클래스
@Violet-Bora-Lee
Violet-Bora-Lee / deploy.js
Last active October 27, 2025 01:12
하나금융-Hardhat실습
// 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);
@Violet-Bora-Lee
Violet-Bora-Lee / MyTest.sol
Created October 27, 2025 00:44
하나금융-Hardhat실습
// 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);
@Violet-Bora-Lee
Violet-Bora-Lee / README.md
Last active September 29, 2025 07:38
LG CNS Next.js 특강
@Violet-Bora-Lee
Violet-Bora-Lee / n8n-basics.md
Last active September 21, 2025 03:23
N8N 기초
@Violet-Bora-Lee
Violet-Bora-Lee / stepn-whitepaper.md
Last active August 23, 2025 00:07
STEPN Whitepaper

Overview

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