Skip to content
forked from ckb-js/nexus

A UTxO friendly wallet extension for CKB

License

Notifications You must be signed in to change notification settings

nexus-backup/nexus

 
 

Repository files navigation

Nexus

coverage build

Nexus is a user-friendly UTxO-based wallet extension for Nervos CKB that simplifies the management of CKB assets and transactions.

Features

  • Seamless integration with various Dapps
  • Secure key and password management

Try it Out

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

Quick Start

  • 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

Documentation

To read more about Nexus, you can also check out the docs directory.

About

A UTxO friendly wallet extension for CKB

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.5%
  • JavaScript 1.3%
  • Other 0.2%