Files
redstone-node/sample-config.json
Alex Suvorov b162b1d4dd Hatskier/adding readme (#21)
* initial documentation added

* instruction for new source updated

* improved the  guide for running the node, added main concepts description to the README

* minor improvemtns in concept definitions

* Added Arweave description

* added docker instructions

* manifest creation guide updated

* minor fix after self-review

* minor fixes after tests

* start scripts improved
2021-09-17 18:15:29 +02:00

10 lines
321 B
JSON

{
"arweaveKeysFile": "./.secrets/arweave-keyfile-33F0QHcb22W7LwWR1iRC8Az1ntZG09XQ03YWuw2ABqA.json",
"manifestFile": "./manifests/rapid.json",
"minimumArBalance": 0.01,
"addEvmSignature": true,
"credentials": {
"ethereumPrivateKey": "0x1111111111111111111111111111111111111111111111111111111111111111"
}
}