@ickb/v1-core
TypeScript icon, indicating that this package has built-in type declarations

1.3.1 • Public • Published

iCKB v1 core

Deploy contracts on testnet

  1. Download this repo in a folder of your choice:
git clone https://github.com/ickb/v1-core.git
  1. Enter into the repo's folder:
cd v1-core/
  1. Install dependencies:
npm i
  1. Define a env/testnet/.env file, for example:
CHAIN=testnet
BUILD_TYPE=release
DEPLOY_PRIVATE_KEY=0x-YOUR-SECP256K1-BLAKE160-PRIVATE-KEY

Optionally the property RPC_URL can also be specified:

RPC_URL=http://127.0.0.1:8114/
  1. Deploy the contracts:
npm run deploy --chain=testnet

Licensing

The license is the MIT License, see the LICENSE.

Readme

Keywords

none

Package Sidebar

Install

npm i @ickb/v1-core

Weekly Downloads

6

Version

1.3.1

License

MIT

Unpacked Size

115 kB

Total Files

35

Last publish

Collaborators

  • phroi