Skip to content

yuna0x0/NekoDAO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NekoDAO

Install Dependencies

$ pnpm install

Compile

$ npx hardhat compile
# or
$ pnpm run compile

Deploy

# Using Hardhat Network
$ npx hardhat run scripts/deploy.js
# or
$ pnpm run deploy

# Using Localhost Network
$ npx hardhat run scripts/deploy.js --network localhost
# or
$ pnpm run deploy:localhost