An open API service indexing awesome lists of open source software.

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

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
```