mirror of
https://github.com/logos-storage/codex-factory.git
synced 2026-01-02 13:03:07 +00:00
* feat: postage stamp * chore: remove empty postage stamp sol * fix: start the nodes with the new '--full-node' flag * chore: blockchain image 1.1.1 - updated factory bin (#29) * fix: add network id to the bee statup params * fix: change payment treshold limit to the possible min value * feat: add port-maps to the environment sh * fix: specify the same chainId as the networkId * feat: expose blockchain 9545 port to localhost * feat: extended postage stamp contract * refactor: remove price oracle setups * feat: updated the gen-traffic to work with postage stamps (#28) * feat: updated the gen-traffic to work with postage stamps * chore: update to latest bee-js version Co-authored-by: Vojtech Simetka <vojtech@simetka.cz>
27 lines
766 B
JSON
27 lines
766 B
JSON
{
|
|
"name": "bee-factory",
|
|
"version": "0.0.1",
|
|
"description": "Setup Swarm Test Blockchain and arbitrary numbered Bee nodes",
|
|
"scripts": {
|
|
"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",
|
|
"run:env": "./scripts/environment.sh",
|
|
"gen:traffic": "node ./scripts/gen-traffic.js"
|
|
},
|
|
"dependencies": {
|
|
"@ethersphere/bee-js": "github:ethersphere/bee-js#bee-0.6.0",
|
|
"@openzeppelin/contracts": "^3.1.0",
|
|
"axios": "^0.20.0",
|
|
"truffle": "^5.3.5"
|
|
},
|
|
"keywords": [
|
|
"swarm",
|
|
"ethereum-swarm",
|
|
"bee-factory"
|
|
],
|
|
"license": "BSD-3-Clause"
|
|
}
|