Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 888 Bytes

README.md

File metadata and controls

48 lines (32 loc) · 888 Bytes

@kirobo/fct-core

npm (tag) npm (downloads)

Library for interacting, creating and developing Kirobo Future Conditional Transactions (FCT), written in TypeScript.

Installation

npm:

npm install @kiroboio/fct-core

yarn:

yarn add @kiroboio/fct-core

pnpm:

pnpm add @kiroboio/fct-core

Documentation

Full documentation can be found here.

Testing

Before testing make sure to copy the .env.example file to .env and fill in the required values:

  • RPC_URL_MAINNET - RPC URL for the mainnet
npm run test

yarn run test

Build

Creates a dist folder with the compiled code.

npm run build

yarn run build