Skip to content

Releases: ar-to/ethereum-api

v0.3.2-beta.2

15 Oct 22:44
Compare
Choose a tag to compare
update name for token

v0.3.1-beta.2

18 Sep 00:54
Compare
Choose a tag to compare

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

22 Jun 07:22
Compare
Choose a tag to compare

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

22 May 21:30
Compare
Choose a tag to compare

Added webhook, websocket, web3 subscriptions support.

v0.1.2-beta.1

19 May 00:12
Compare
Choose a tag to compare
updated ethereum api to allow signing and sending raw transactions wi…

Ethereum API - 0.1.1-beta.1

17 May 18:12
Compare
Choose a tag to compare
v0.1.1-beta.1

Merge branch 'master' of github.com:ar-to/ethereum-api

v0.1.0-beta.1

11 May 20:47
Compare
Choose a tag to compare

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