Nexus is a user-friendly UTxO-based wallet extension for Nervos CKB that simplifies the management of CKB assets and transactions.
- Seamless integration with various Dapps
- Secure key and password management
You can download the latest wallet from the GitHub release to try it out, and we've provided a demo preview of the Nexus features
- Node.js 18+
- npm 7+
git clone --recurse-submodules https://github.com/ckb-js/nexus.git
cd nexus
npm install
npm run build
npm run test
# start the test server
# and the `packages/extension-chrome/build` will be generated
# drop the "build" folder into the chrome://extensions to start
npm start
To read more about Nexus, you can also check out the docs directory.