Skip to content

Latest commit

 

History

History
75 lines (54 loc) · 3.13 KB

README.md

File metadata and controls

75 lines (54 loc) · 3.13 KB

Made by @HashRei

Getting Started

Requirements

  • git
    • You'll know you did it right if you can run git --version and you see a response like git version x.x.x
  • Nodejs & npm
    • You'll know you've installed nodejs right if you can run:
      • node --version And get an ouput like: vx.x.x
    • You'll know you've installed npx right if you can run:
      • npm --version And get an ouput like: x.x.x
  • Yarn instead of npm
    • You'll know you've installed yarn right if you can run:
      • yarn --version And get an output like: x.x.x
      • You might need to install it with npm
  • Metamask
    • This is a browser extension that lets you interact with the blockchain.
  • A Testnet Mumbai project Alchemy URL

Build with...

TypeScript

Solidity

Hardhat

Yarn

Quickstart

  1. Clone and install dependencies
git clone https://github.com/HashRei/on-chain-dao.git
cd on-chain-dao
yarn
  1. Run
yarn dev
  1. Select the Rinkeby network in Metamask

  2. Get some Testnet ETH for Rinkeby

https://rinkebyfaucet.com/

https://www.rinkedry.xyz/

https://fauceth.komputing.org/

  1. Now, you have to get some GOVT tokens. Good luck 🍀

Deployed version 👇

https://www.tally.xyz/governance/eip155:4:0xBBFc55Fb69e7D940B3fA3B637c8E0C22704b681f

📫 How to contact me: Protonmail Badge Telegram Twitter Linktree

Made by @HashRei