Tools
- 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.
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 |
---|---|---|---|
Live | Acala | Browser | |
Live | Polkawallet | IOS and Android | |
Building | Parity | IOS and Android | |
Live | Parity | Browser | |
Live | Talisman | Browser extension & Browser | |
SubWallet | Browser extension & IOS and Android | ||
Live | MyEtherWallet | Browser extension & Browser | |
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/storage-recoder - sync chain storage data to a time series database for monitor and alert.
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.
Last modified 7mo ago