Sample Ethereum program using web3, express, nodejs and typescript
Note: Before using this sample, set up private ethereum node at http://localhost:7545
git clone https://github.com/tmnrkb/Web3-Express-NodeJS.git
cd Web3-Express-NodeJS
npm install
Then
npm start
And issue POST requests with postman
Or
Simply
npm test