BuildOnViction / BuildOnViction/tomomaster
Deployment for PrivateNet
- Dominant language
- Vue
- Stars
- 66
- Forks
- 56
- PR merge metrics
- No merged PRs in 30d
Description
For private net deployment you advise to run this command :
`npm install
truffle deploy --reset --network tomo # only use this command if you want to connect to a private network
cp abis/*json build/contracts/`
when I run the command `truffle deploy --reset --network tomo` it asks for a config file which is missing, luckily i found how to make one through your commit history.
Now my question is is it necessary to deploy all the smart contracts on the privatenet?
In default.json what do these values represent : ` "candidateWithdrawDelay": 100,
"voterWithdrawDelay": 100,`
How does one increase voter and candidate withdraw delay?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.