Releases: ar-to/ethereum-api
Releases · ar-to/ethereum-api
v0.3.2-beta.2
update name for token
v0.3.1-beta.2
Updates including:
- improved erc20 transfer method
- added decoding on the input parameter from a token transaction
- updated several endpoints with better error handling and web3 usage
- added a few endpoints to help get specific data before sending transactions
Multi-ERC20 Token API
Added multi-erc20 token support, which allows easy connections to multiple tokens from a single api.
ERC20 Multi-Token Endpoints Notes
This API supports multiple erc20 token connections. This means, you can communicate to different tokens by simply changing a path parameter in the url. See the instructions below Below you change the tokenName
and erc20Method
and
The paths that this api features are below:
http://localhost:3000/api/token/:tokenName/:erc20Method
/:tokenName
/:tokenName/getbalance/:address
/:tokenName/transfer
/:tokenName/request-transfer
v0.2.0-beta.1
Added webhook, websocket, web3 subscriptions support.
v0.1.2-beta.1
updated ethereum api to allow signing and sending raw transactions wi…
Ethereum API - 0.1.1-beta.1
v0.1.1-beta.1 Merge branch 'master' of github.com:ar-to/ethereum-api
v0.1.0-beta.1
Initial launch of an ethereum api that uses web3. It also includes endpoints and documentation about creating ERC20 tokens via the Truffle Framework and Open Zeppelin