mirror of
https://github.com/logos-storage/codex-factory.git
synced 2026-01-02 13:03:07 +00:00
refactor: renaming npm migrate script
This commit is contained in:
parent
1719ebda94
commit
6bbe27743a
@ -36,7 +36,7 @@ $ ./scripts/blockchain.sh
|
||||
After that, it's possible to deploy Swarm smart contracts
|
||||
|
||||
```sh
|
||||
$ npm run migrate:chequebook
|
||||
$ npm run migrate:contracts
|
||||
```
|
||||
|
||||
Before you start the Bee nodes with the deployed Swap Factory, you have to fund your overlay addresses of your Bee nodes for the successful start.
|
||||
|
||||
@ -3,8 +3,8 @@
|
||||
"version": "0.0.1",
|
||||
"description": "Setup Swarm Test Blockchain and arbitrary numbered Bee nodes",
|
||||
"scripts": {
|
||||
"compile:chequebook": "truffle compile",
|
||||
"migrate:chequebook": "truffle migrate",
|
||||
"compile:contracts": "truffle compile",
|
||||
"migrate:contracts": "truffle migrate",
|
||||
"supply": "truffle exec src/supply.js",
|
||||
"build:env": "./scripts/build-environment.sh",
|
||||
"publish:env": "./scripts/publish-environment.sh",
|
||||
|
||||
@ -4,7 +4,7 @@ MY_PATH=$( cd "$MY_PATH" && pwd )
|
||||
|
||||
"$MY_PATH/network.sh"
|
||||
"$MY_PATH/blockchain.sh"
|
||||
npm run migrate:chequebook
|
||||
npm run migrate:contracts
|
||||
npm run supply
|
||||
"$MY_PATH/blockchain-docker-build.sh"
|
||||
"$MY_PATH/bee-docker-build.sh"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user