Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 2.52 KB

File metadata and controls

36 lines (25 loc) · 2.52 KB

harmony-utils 🧰

harmony-utils is a set of wrapper and wallet packages that can be used when creating dApps running on Harmony.

lerna code style: prettier

Packages @latest Version Size Description
🍬 Wrappers
@harmony-utils/wrappers npm version minzip Hmy wrapper
💵 Wallets
@harmony-utils/wallets npm version minzip OneWallet & MathWallet connectors

Local Development

  • Clone repo
    git clone https://github.com/harmony-one/harmony-utils.git

  • Install top-level dependencies
    yarn

  • Install sub-dependencies
    yarn bootstrap

  • Build and watch for changes
    yarn start

  • Build
    yarn build

  • Lint
    yarn lint

  • Lint (fix)
    yarn lint:fix