- Polkadot Explorer - Acala console dashboard block explorer. Currently connects to Acala by default, but can be configured to connect to other remote or local endpoints.
- Polkascan - Blockchain explorer for Polkadot, Kusama, and other related chains.
- Subscan - Blockchain explorer for Substrate chains, include Acala.
The integration of a wallet with Acala allows for simple and easy access to private keys and signing transactions. Below are some wallets that support Acala along with their development statuses. Note that inclusion does not necessarily imply endorsement of that wallet.
Wallet Name | Development State | Team Name | Description |
---|---|---|---|
Acala DApp | Live | Acala | Browser |
Polkawallet | Live | Polkawallet | IOS and Android |
Signer | Building | Parity | IOS and Android |
Polkadot-JS | Live | Parity | Browser |
Talisman | Live | Talisman | Browser extension & Browser |
SubWallet | Live [for Acala] [for Karura] | SubWallet | Browser extension & IOS and Android |
Enkrypt | Live | MyEtherWallet | Browser extension & Browser |
Polkadot.JS Plugin | Building | Parity | Browser extension |
- Polkadot Telemetry Service - Network information including what nodes are running the chain, what software versions they are running, sync status, and location.
- acala.js - This SDK is an extension of polkadot.js, with additional type and metadata information, makes it easy for users to interact with the Acala Network.
- @acala-weaver/graphql-server - support a query server base on graphQL.
- @acala-weaver/chain-recoder - sync chain and maintain accounts, CDP and so on.
- @acala-weaver/storage-recoder - sync chain storage data to a time series database for monitor and alert.
- Discord Faucet Channel - Discord faucet channel.
We have currently 2 bots for monitoring of the liquidation auctions.
- Collateral Auction Bot for Acala/Karura - This example uses the collateral auction. It will watch collateral auctions and DEX pools, and bid from the specified account if the price of collateral is lower than the price from Price oracle for MARGIN coefficient.
- Collateral Auction Bot Example - This is an example Auction bot that places bids for ongoing liquidation of unsafe vaults for vaults with LKSM as collateral.
- EVM Playground - a web application to test, deploy and execute smart contracts on Acala EVM