aaronjan98 / Mayflower-DAO

Purchase tokens to join and make proposals on behalf of the DAO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Mayflower DAO 👋

Version Documentation License: MIT Twitter: AJanovitch

Purchase tokens to join and make proposals on behalf of the DAO

Links

Note

  • To create and vote on proposals you need to be an investor by custodying MAY tokens. Please reach out to aaronjanovitch@gmail.com for your request.

Install

npm install

Usage

  • Run web server
npm run start
  • Run local blockchain
npm run ganache
  • Deploy Token and DAO contract
npx hardhat run scripts/deploy.js --network ganache
  • Seed DAO with proposals
npx hardhat run scripts/seed.js --network ganache
  • View hardhat/ganache accounts' Ether & token balances
npx hardhat run scripts/getBalances.js --network ganache

Run tests

npx hardhat test

Author

👤 aaronjanovitch@gmail.com

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

About

Purchase tokens to join and make proposals on behalf of the DAO

License:MIT License


Languages

Language:JavaScript 82.3%Language:Solidity 12.0%Language:HTML 3.7%Language:CSS 1.9%