Skip to content

Build your own ERC20 Token wallet for Ethereum using Amberdata.io! Example code uses account token transfers and account token balance

License

Notifications You must be signed in to change notification settings

amberdata/amberdata-example-erc20-wallet

Repository files navigation

amberdata-example-erc20-wallet

Build your own ERC20 Token wallet for Ethereum using Amberdata.io! Example code uses account transactions and account balance

Check out the demo page!

Clone:

git clone [email protected]:amberdata/amberdata-example-erc20-wallet.git

1. Get API Key

Go to amberdata.io and click "Get started"

2. Build:

Building with Amberdata.io is as simple as a few axios request:

let config = {
        headers: {"x-api-key": "YOUR_API_KEY_HERE"}
    }

let getAddressInformation = (address) => axios.get(`https://web3api.io/api/v1/addresses/${address}/tokens`, config)
let getCurrentTokenTransfers = (address) => axios.get(`https://web3api.io/api/v1/tokens/${address}/transfers?page=0&size=50`, config)

See source here.

Resources

Licensing

This project is licensed under the Apache Licence 2.0.

About

Build your own ERC20 Token wallet for Ethereum using Amberdata.io! Example code uses account token transfers and account token balance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •