cheqd Wallet allows users to perform standard DeFi activities on Cosmos such as staking/delegating, voting on governance Proposals, and sending tokens. Crucially, the cheqd Wallet goes one step further than this, offering the ability to store and share Verifiable Credentials.
- Access your CHEQ wallet account by connecting to the Keplr browser extension.
- Send CHEQ tokens
- Delegate, undelegate and redelegate to validators
- BETA: Store and share digital identity credentials.
You can use a package manager like NPM to install dependencies. The env.example
file is renamed to .env
in the first step and contains environment variables that need to be configured for the application to run correctly.
mv env.example .env
npm install
You can build your app with NPM
npm run build
The build script uses Vite to execute the build.
Serve the app by using this command:
npm start
This repo is forked from the LUM network wallet which also uses Lum Network's Javascript SDK.
The cheqd Community Slack is our primary chat channel for the open-source community, software developers, and node operators.
Please reach out to us there for discussions, help, and feedback on the project.