A JavaScript library, to reproduce issues related to ethereum JavaScript libraries such as Web3.js and Ethers.js.
This repository is under development phase. API's are only available for Eth and Eth-Accounts modules of web3.js. So, Any contributions will be very much appreciated.
- Start a geth node. Remember to run it on the port 8545.
- run the command
npm run build
. - run the command
npm run start
.
You can run npm run clear
to remove all the build javascript files.
This API library can be used to run any function in the web3 and ethers.js library. There are multiple ways to use this:
- Postman
- Using http clients like: http, axios, etc.
Please find the documentation in the docs folder.
Use the master branch at the time of submitting pull requests.
At the time of submitting PR, Please remember to modify the Typescript files only. The JavaScript file will automatically get generated by running command npm run build
.
Also, before submitting PR, Please run the command npm run clear
to remove all the unnecessary build files. And, make sure your fork is up to date with the main repository.
Any contributions will be very much appreciated.