fetchai / asi-alliance-wallet

Wallet for interacting with the ASI Alliance blockchain network, other cosmos-based ledgers, and performing Inter-Blockchain Communication (IBC) transactions.
Other
28 stars 30 forks source link

ASI Alliance Wallet

Official Website Twitter Follow

This is the code repository of the ASI Alliance Wallet, a generic wallet for blockchains built using the Cosmos-SDK with support for EVM-based chains and the inter-blockchain communication (IBC) protocol.

This is a fork of the Keplr wallet by chainapsis.

Official Releases

You can find the latest versions of the official managed releases on these links:

Building browser extension locally

Requirements

Clone this repo and run:

Install global npm dependencies:

npm install --global yarn lerna

# TODO: install [watchman](https://facebook.github.io/watchman/docs/install.html)

Install and build packages:

yarn && yarn build:libs

Local dev server for fetch-extension

yarn dev

Local dev server for mobile

yarn android
yarn ios

In case of any error, try this and re-run the local dev server for mobile

yarn postinstall