zhangyouxin / nexus

An UTxO friendly wallet extension for CKB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

An UTxO friendly wallet extension for CKB

License:MIT License


Languages

Language:TypeScript 98.6%Language:JavaScript 1.1%Language:HTML 0.2%Language:Shell 0.0%