/simple-ethereum

A simple web server that interacts with the Ethereum blockchain

Primary LanguageJavaScript

Simple Ethereum

Description

A simple web server that interacts with the Ethereum blockchain

Configuration

it is possible to use OpenEthereum node with local configuration for development:

openethereum --config config.toml

otherwise it is possible to specify node address in .env

Scripts

  • npm run dev - start for development
  • npm test - run tests