Skip to content
This repository has been archived by the owner on Dec 26, 2024. It is now read-only.
/ v1-meta Public archive

An utility for adding on-chain metadata for iCKB xUDT

License

Notifications You must be signed in to change notification settings

ickb/v1-meta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iCKB v1 meta utility

Run the utility for adding iCKB xUDT metadata on testnet

  1. Download this repo in a folder of your choice:
git clone https://github.com/ickb/v1-meta.git
  1. Enter into the repo folder:
cd v1-meta
  1. Install dependencies:
pnpm install
  1. Build project:
pnpm build
  1. Define a env/testnet/.env file, for example:
CHAIN=testnet
META_PRIVATE_KEY=0x-YOUR-SECP256K1-BLAKE160-PRIVATE-KEY
META_SLEEP_INTERVAL=60

Optionally the property RPC_URL can also be specified:

RPC_URL=http://127.0.0.1:8114/
  1. Start the utility:
export CHAIN=testnet;
pnpm run start;

Licensing

The license for this repository is the MIT License, see the LICENSE.

About

An utility for adding on-chain metadata for iCKB xUDT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published