swapper-org / NodeChain

Nodechain is a service that allows you to create nodes on a blockchain and connect to them natively through APIs. The goal is to allow the user to build their own nodes natively without having to rely on external services.
MIT License
7 stars 5 forks source link

Json node parameters to script by command line #130

Closed 0xp3gasus closed 2 years ago

0xp3gasus commented 2 years ago

Feature Request

Feature Description

It would be a good improvement for the script nodechain.py if it were possible to send currencies node parameters using JSON format by command line to make easier adding custom nodes

python nodechain.py -t eth -n regtest --nodeparameters "{"rpcEndpoint": "https://customRpcEndpoint/rpc"}" start

Use Case(s)

We need to make requests to infura using the connector