harmony-utils is a set of wrapper and wallet packages that can be used when creating dApps running on Harmony.
| Packages | @latest Version |
Size | Description |
|---|---|---|---|
| 🍬 Wrappers | |||
@harmony-utils/wrappers |
Hmy wrapper | ||
| 💵 Wallets | |||
@harmony-utils/wallets |
OneWallet & MathWallet connectors |
-
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