Skip to content

NeokingdomDAO/contracts-deprecated

Repository files navigation

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