Quick Start

Good to know: A quick start guide can be good to help folks get up and running with your functions in a few steps. Some people prefer diving in with the basics rather than meticulously reading every page of documentation!

Install the library via NPM

The best way to interact with our Crypto Core is to use one of our official libraries:

npm install kasatkin-crypto-core

Import the library

import {getAccount,makeTransaction} from 'kasatkin-crypto-core/src'

Last updated