🛅
Demo Wallet for identity setup
cheqd has designed a wallet to demonstrate and test its DeFi functionality as well as its identity tooling.
CHEQ Wallet allows users to perform standard DeFi activities on Cosmos such as staking/delegating, voting on governance Proposals, and sending tokens. Crucially, the CHEQ wallet goes one step further than this, offering the ability to store and share Verifiable Credentials.
- Send CHEQ tokens
- Delegate, undelegate and redelegate to validators
- Store and share digital identity credentials
There are two
package.json
in this repository. You can use a package manager like Yarn or NPM to install dependencies.yarn install
cd src/frontend-elements
yarn install
cd ../..
You can build your app with Yarn or similar package managers.
yarn build
The installation and build steps can be executed together using the
Makefile
in this repository as well by using the command below:make build
Serve the app by using this command:
yarn start
Last modified 3mo ago