isSerge / simple-ethereum

A simple web server that interacts with the Ethereum blockchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple web server that interacts with the Ethereum blockchain


Languages

Language:JavaScript 99.6%Language:Shell 0.4%