Skip to content

ParalelnaPolis/ppba-token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local testing

ganache-cli --deterministic

Install, compile, deploy:

npm install
npx openzeppelin compile
npx openzeppelin create

Deployment

Generate mnemonic:

npx mnemonics

Save the output to .env:

MNEMONIC="..here to the mnemonic words"

Follow the manual for deployment. Network is configured in networks.js already, if you have the corrent mnemonics.