Skip to content

zhb666/ckb-wallet-demo

Repository files navigation

ckb-wallet-demo

Technology stack

  • JavaScript
  • React + Rewired + TypeScript + AntDesign

Install, run, build, format code

  • npm i --force or cnpm i
  • npm run start
  • npm run e2e
  • npm run test
  • npm build

Prerequisites

light-client RPC

The wallet of this project depends on the light node. It is recommended to start ckb-light-client according to the tutorial first, with a link

Install Dependencies

npm i --force

You will also need to delete the following file due to a problem in the NPM package. The hookrouter is missing files and needs to be deleted manually There are several versions of buffer. Version 4.9.2 is obsolete and needs to be deleted manually

rm -f node_modules/hookrouter/dist/index.d.ts
rm -rf node_modules/[email protected]@buffer

Start the Development Server

npm start

Building

npm run build

Deploying

Build the project, then copy the complete contents of the build directory to the document root of the web server.

Plans

  • Create imported wallet
  • An error will be reported in the main network transfer
  • Integrated test environment
  • Integrated e2e cypress environment
  • Nervos Dao

Releases

No releases published

Packages

No packages published