Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 5.39 KB

tools.md

File metadata and controls

54 lines (35 loc) · 5.39 KB

Tools

Block Explorers

  • 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.

Wallets

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.

Supported Wallets

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

Network Monitoring & Reporting

  • Polkadot Telemetry Service - Network information including what nodes are running the chain, what software versions they are running, sync status, and location.

Libraries

  • 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.

Data Analysis

Faucet

Collateral Auction & Liquidation Bot

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 Tools

  • EVM Playground - a web application to test, deploy and execute smart contracts on Acala EVM