mirror of
https://github.com/alexgo-io/redstone-node.git
synced 2026-06-11 07:24:11 +08:00
* 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
10 lines
321 B
JSON
10 lines
321 B
JSON
{
|
|
"arweaveKeysFile": "./.secrets/arweave-keyfile-33F0QHcb22W7LwWR1iRC8Az1ntZG09XQ03YWuw2ABqA.json",
|
|
"manifestFile": "./manifests/rapid.json",
|
|
"minimumArBalance": 0.01,
|
|
"addEvmSignature": true,
|
|
"credentials": {
|
|
"ethereumPrivateKey": "0x1111111111111111111111111111111111111111111111111111111111111111"
|
|
}
|
|
}
|