1.0.0 • Published 2 years ago

@candlelabs/utils v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Utils

Utilities for AirSwap Developers

Discord License Twitter Follow

Resources

Usage

Add the package to your project:

yarn add @candlelabs/utils

Import into your application:

import { toDecimalString, toAtomicString } from '@candlelabs/utils';

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