embark/packages/plugins/nethermind
EmbarkBot 4d44e29b3c chore(prerelease): 5.1.0-nightly.0 2020-01-17 00:15:31 +00:00
..
src feat(@embark/nethermind): add Nethermind blockchain client plugin 2020-01-16 10:15:18 -05:00
.npmrc feat(@embark/nethermind): add Nethermind blockchain client plugin 2020-01-16 10:15:18 -05:00
CHANGELOG.md chore(prerelease): 5.1.0-nightly.0 2020-01-17 00:15:31 +00:00
README.md chore: rename org references from embark-framework to embarklabs 2020-01-16 15:36:29 -05:00
package.json chore(prerelease): 5.1.0-nightly.0 2020-01-17 00:15:31 +00:00
tsconfig.json feat(@embark/nethermind): add Nethermind blockchain client plugin 2020-01-16 10:15:18 -05:00

README.md

embark-nethermind

Nethermind blockchain client plugin for Embark

Quick docs

To configure the Netherminds client, you can use the Embark configs as always, or for more control, use the Nethermind config files. To change them, go in your Netherminds directory, then in configs/. There, you will see all the configuration files for the different networks. If you ever need to run a different network than dev, testnet or mainnet, you can change it in the Embark blockchain configuration by changing the networkType to the name of the config file, without the .cfg. Eg: For the Goerli network, just put networkType: 'goerli Note: The dev mode of Netherminds is called ndm and the config file is ndm_consumer_local.cfg. Using miningMode: 'dev' automatically translates to using that config file.

Websocket support

Even though Nethermind supports Websocket connections, it does not support eth_subscribe, so you will not be able to use contract events. Also, please note that you will need to change the endpoint in the blockchain configuration to ws://localhost:8545/ws/json-rpc when working in local. Do change the port or the host to whatever you need.

Visit embark.status.im to get started with Embark.