Getting started
Get started with Authereum using a few lines of code
To get started, install the authereum package from NPM:
Now instantiate Authereum with the desired network:
If you're used to using Web3.js for your dapp, Authereum can be a drop-in replacement web3 provider.
That's it!
You can make web3 calls as you normally would. Take a look at more web3 provider examples.
Web3 providerLast updated