carmensea / ran-cho-del

ranked choice delegation of tokes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ranked Choice Delegation of Tokens

πŸ„β€β™‚οΈ Quick Start

Prerequisites: Node (v16 LTS) plus Yarn and Git

Pull down necessary repos

git clone git@github.com:kevinweaver/openzeppelin-contracts.git
git clone git@github.com:kevinweaver/snapshot-strategies.git

Switch to our branch

git fetch ranchodel

install and start your πŸ‘·β€ Hardhat chain:

yarn install
yarn chain

in a second terminal window, start your πŸ“± frontend:

yarn start

in a third terminal window, πŸ›° deploy your contract:

yarn deploy

πŸ” Edit your smart contract YourContract.sol in packages/hardhat/contracts

πŸ“ Edit your frontend App.jsx in packages/react-app/src

πŸ’Ό Edit your deployment scripts in packages/hardhat/deploy

πŸ“± Open http://localhost:3000 to see the app

πŸ“š Documentation

About

ranked choice delegation of tokes

License:MIT License


Languages

Language:CSS 85.7%Language:JavaScript 13.8%Language:Shell 0.3%Language:HTML 0.1%Language:TypeScript 0.1%Language:Less 0.1%Language:Solidity 0.1%