urbit / azimuth

General-purpose PKI on Ethereum
MIT License
134 stars 36 forks source link

Support on-demand state setup in deploy script #22

Closed Fang- closed 5 years ago

Fang- commented 5 years ago

Includes and supersedes #21.

Running truffle deploy will deploy the current, state-less contracts.
Running truffle deploy with-state will do the above, then write initial state into the contracts.

Also took the opportunity to clean up the code in the deploy script. Much cleaner now!

vvisigoth commented 5 years ago

does this need to be deployed to node or some-such in order to be used in dev env? @Fang- @jtobin

Fang- commented 5 years ago

Ah, yes. @jtobin we humbly request npm ops.