Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.46 KB

README.md

File metadata and controls

58 lines (41 loc) · 1.46 KB

Test workflow

Neokingdom DAO Contracts

Welcome to the Neokingdom DAO Contacts.

Deployments

Neokingdom DAO lives on EVMOS.

v0

Deploy DAO
  Network: evmos
  ChainId: 9001
  Deployer address: 


⛏️  Mine contracts
  Voting.sol
    - proxy at 
    - implementation at 

  ShareholderRegistry.sol
    - proxy at 
    - implementation at 

  NeokingdomToken.sol
    - proxy at 
    - implementation at 

  ResolutionManager.sol
    - proxy at 
    - implementation at 

Commands

# Clean the build dir, sometimes this is a good idea
npx hardhat clean

# Compile the contracts
npx hardhat compile

# Test the contracts
npx hardhat test

# Deploy to production
npx hardhat deploy --network evmos