/nexus

A UTxO friendly wallet extension for CKB

Primary LanguageTypeScriptMIT LicenseMIT

Nexus

An UTxO friendly wallet extension for CKB

coverage build

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