Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 568 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 568 Bytes

☁️ Good Wallet Backend ☁️

API for the Good Ethereum Wallet.

Features

  • Parsing entire blockchain
  • Retrieving transactions with operations field for ERC20 contract actions
  • Retrieving ERC20 token balances
  • Push notification service (not yet implemented)

API wiki

Deploy on Ubuntu

  • Install required modules: $ npm install
  • Compile TypeScript: $ npm run build
  • Start the app: $ node dist/server.js
  • Run tests: $ npm run build && npm test