https://github.com/code-monad/ckbfs-ts
CKBFS TypeScript Example Code
https://github.com/code-monad/ckbfs-ts
Last synced: 3 months ago
JSON representation
CKBFS TypeScript Example Code
- Host: GitHub
- URL: https://github.com/code-monad/ckbfs-ts
- Owner: code-monad
- Created: 2024-10-24T21:58:56.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-24T22:31:41.000Z (over 1 year ago)
- Last Synced: 2024-12-27T21:42:12.808Z (about 1 year ago)
- Language: TypeScript
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CKBFS TypeScript Examples
This repo is a very basic example about how to post [CKBFS](https://github.com/code-monad/ckbfs) cells into CKB chain.
## How to run
The code is using the txt file in the root as a big file example. You can replace the file name as what you want.
run with your exported private key to test
```bash
npm install
CKB_PRIVATE_KEY=YOUR_PRIVATE_KEY_PREFIX_0x npm run dev
```