Exchange Integration
This section is dedicated for exchanges (CEX and DEX) to integrate with Aura Network.
Native $AURA currency
Aura mainnet is developed using Cosmos SDK with EVM module
The coin:
- Coin name is
Aura
and the symbol/ticker for isAURA
. - Aura supports both Cosmos and EVM transactions
- Aura Network runs on Tendermint consensus, the block is finalized instantly.
- Currently, the expected block time is around 5 - 6 seconds.
There are currently 4 ways to integrate with Aura Network:
- Use Aura Daemon command-line interface (aurad CLI)
- Directly invoke an Aura Node client endpoints using HTTP requests
- Use Javascript library cosmosjs or etherjs
- Use the centralized Horoscope Indexer API
Denomination
There are various denominations widely used in Aura Network.
AURA
oraura
: indicates the AURA native currency on mainnet.uAURA
oruaura
: indicates the base unit of native currency on mainnet. 1aura
= 10^6uaura
.aAURA
oraaura
: indicates EVM unit, which is ONLY USE by EVM transactions on mainnet. 1aura
= 10^18aaura
.
To avoid confusion with testnet currency, we have different denominations for the Euphoria testnet.
EAURA
oreaura
: indicates the AURA native currency on Euphoria testnet.uEAURA
orueaura
: indicates the smallest unit of native currency on Euphoria testnet. 1eaura
= 10^6ueaura
.aEAURA
oraeaura
: indicates EVM unit, which is ONLY USE by EVM transactions on Euphoria testnet. 1eaura
= 10^18aeaura
.
Block explorer
Block explorer is below. We have a full guide available here: Product/Aurascan.
- Mainnet: https://aurascan.io
- Euphoria: https://euphoria.aurascan.io
Official repositories
Our GitHub repository can be found here: https://github.com/aura-nw
Node Reference
We have a full guide to run your own node here: Running a full node in case you wish to run your own node (recommended), but if your integration does not require much, you could use any of the publicly available APIs for your queries.
All the publicly available nodes are listed here. Please note that these include nodes maintained directly by Aura Network as well as third parties.
If you only need to interact with the aurad
CLI, just compiling it from the source is enough. We have a guide for setting up
the CLI here.
Our public API interfaces are:
Integration Reference
Staking and Delegation
BEP-20 Token (deprecated)
AURA BEP20 token on BNB Chain has been officially deprecated and we're currently working with exchanges to fully migrate into native $AURA on mainnet.
Contract Address for the BEP20 token: 0x23c5D1164662758b3799103Effe19cC064d897D6
Tracking at:
Join us
If you have any questions related to Aura or simply would like to chat with us, come join us in the Aura Discord server or any of our official channels. We love dev chatter!