0.0.1 • Published 2 years ago

@flooz/crypto v0.0.1

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

@flooz/crypto

The @flooz/crypto library includes some common utilities and interfaces used across the Flooz projects.

Getting started

  • Install the @flooz/crypto package:

    yarn add @flooz/crypto
  • Import 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