Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ckb-js/nexus
A UTxO friendly wallet extension for CKB
https://github.com/ckb-js/nexus
Last synced: 8 days ago
JSON representation
A UTxO friendly wallet extension for CKB
- Host: GitHub
- URL: https://github.com/ckb-js/nexus
- Owner: ckb-js
- License: mit
- Created: 2022-12-01T14:56:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-05T12:43:25.000Z (over 1 year ago)
- Last Synced: 2024-10-25T20:35:52.109Z (19 days ago)
- Language: TypeScript
- Homepage:
- Size: 7.21 MB
- Stars: 15
- Watchers: 6
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/contributing/development.md
- License: LICENSE
Awesome Lists containing this project
README
# Nexus
![coverage](https://img.shields.io/codecov/c/github/ckb-js/nexus)
![build](https://img.shields.io/github/actions/workflow/status/ckb-js/nexus/test.yaml)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](https://github.com/ckb-js/nexus/releases) to try it out, and we've provided a [demo](https://demo-nexus.vercel.app/) preview of the Nexus features
## Quick Start
- Node.js 18+
- npm 7+```sh
git clone
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
- [Developer Tutorial](docs/tutorial.md)
- [Installation](docs/user-guide.md)
- [API Reference](docs/rpc.md)
- [FAQs](docs/faq.md)You can check out the [docs](docs) for more details about the Nexus.