Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 617 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 617 Bytes

TODO update the title

Requirements

  • rename example.env to .env and update your secrets
  • source .env before running interacting with testnet

Commands

yarn install

Deploy contract

yarn hardhat run ./scripts/Deployment.ts

Mint tokens to self && Delegate Power to self

yarn run ts-node --files scripts/GiveVotingTokens.ts $CONTRACT 

Delegate Power to others

yarn run ts-node --files scripts/Delegate.ts $CONTRACT NEW_DELEGATE_PERSON_ADDRESS

Query Results

yarn run ts-node --files scripts/Delegate.ts $CONTRACT