Fetch.ai's fork of the Keplr wallet by chainapsis, which is designed to act as a generic wallet software for blockchains built using the Cosmos-SDK and to support the inter-blockchain communication (IBC) protocol.
The wallet is configured for the Fetch.ai Stargate network.
Further information on the Keplr wallet can be found at the base repo.
Install global npm dependencies:
npm install --global yarn lerna
# TODO: install [watchman](https://facebook.github.io/watchman/docs/install.html)
Bootstrap packages:
yarn bootstrap
Install package dependencies:
yarn install
Initial build:
yarn build
yarn dev
👤 Fetch.ai