Skip to content

octaborg/octa-types

Repository files navigation

Mina Snapp: Octa Types

This template uses TypeScript.

How to build

npm run build

How to run tests

npm run test
npm run testw # watch mode

How to run coverage

npm run coverage

How to install locally

In this repository

npm run prepare
npm run build

In target project directory

npm link /path/to/octa-types/directory

or

npm install /path/to/octa-types/directory

Using

Simply

import {
  AccountStatement,
  AccountStatementSigned,
  RequiredProofs,
  Transaction,
  TransactionalProof,
  TransactionType,
  RequiredProof,
  RequiredProofType,
} from 'octa-types';

// awesome code here

License

Apache-2.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published