0.0.3 • Published 3 years ago

@airswap/merkle v0.0.3

Weekly downloads
7
License
MIT
Repository
github
Last release
3 years ago

Merkle

Merkle Tree Utilities

Discord License Twitter Follow

Resources

Usage

Add the package to your project:

yarn add @airswap/merkle

Import into your application:

import { generateTreeFromData, generateTreeFromElements, getRoot, getProof } from '@airswap/merkle';

Commands

CommandDescription
yarnInstall dependencies
yarn cleanDelete the contract build folder
yarn compileCompile all contracts to build folder
yarn testRun all tests in the test folder