0.0.1 • Published 3 years ago

@harmony-utils/wrappers v0.0.1

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
3 years ago

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 VersionSizeDescription
🍬 Wrappers
@harmony-utils/wrappersnpm versionminzipHmy wrapper
💵 Wallets
@harmony-utils/walletsnpm versionminzipOneWallet & 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