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!
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!