/web3js-samples

NodeJS sample application calling Ethereum API

Primary LanguageJavaScriptMIT LicenseMIT

web3js-samples

NodeJS sample application calling Ethereum API

Install all dependencies using npm

npm install

Configure

Create a .env file with the ff. contents

API_URL=http://.../<access key>
ACCOUNT=

Run the application

node index.js