@kiroboio/fct-core
v4.16.0
Published
Kirobo.io FCT Core library
Readme
@kirobo/fct-core
Library for interacting, creating and developing Kirobo Future Conditional Transactions (FCT), written in TypeScript.
Installation
npm:
npm install @kiroboio/fct-coreyarn:
yarn add @kiroboio/fct-corepnpm:
pnpm add @kiroboio/fct-coreDocumentation
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 testBuild
Creates a dist folder with the compiled code.
npm run build
yarn run build