@flooz/crypto
v0.0.1
Published
Common crypto utilities for Flooz projects
Keywords
Readme
@flooz/crypto
The @flooz/crypto library includes some common utilities and interfaces used across the Flooz projects.
Getting started
Install the
@flooz/cryptopackage:yarn add @flooz/cryptoImport and use the library:
import { EthereumChain } from '@flooz/crypto';
Development requirements
- Node
^16.13.0
Development setup
- Clone the repository
git clone https://github.com/flooz-link/flooz-crypto.git - Install the project dependencies:
yarn install - Setup husky locally
yarn husky install
