https://github.com/fireblocks/ncw-web-demo
An example usage of @fireblocks/ncw-js-sdk for managing non-custodial wallets
https://github.com/fireblocks/ncw-web-demo
Last synced: about 1 month ago
JSON representation
An example usage of @fireblocks/ncw-js-sdk for managing non-custodial wallets
- Host: GitHub
- URL: https://github.com/fireblocks/ncw-web-demo
- Owner: fireblocks
- License: mit
- Created: 2023-07-30T07:26:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-18T15:43:26.000Z (2 months ago)
- Last Synced: 2025-03-25T20:21:24.983Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://fireblocks.github.io/ncw-web-demo/
- Size: 1.57 MB
- Stars: 15
- Watchers: 2
- Forks: 19
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Fireblocks NCW Web Demo
An example usage of `@fireblocks/ncw-js-sdk` for managing non-custodial wallet
## Quick Start
1. Clone the repository
2. Install the dependencies with `yarn`
3. Run `yarn dev`## Tech
- [Fireblocks NCW SDK](https://www.npmjs.com/package/@fireblocks/ncw-js-sdk)
- [Typescript](https://www.npmjs.com/package/typescript)
- [Vite](https://www.npmjs.com/package/vite)
- [React](https://www.npmjs.com/package/react)