A simple, maximally extensible, dependency minimized framework for building modern Harmony dApps
| Packages | @latest Version |
Size | Description |
|---|---|---|---|
| 🏠 Core | |||
@hmy-react/core |
React Interface | ||
| 🔌 Connectors | |||
| Browser Extension/dApp Browser | |||
@hmy-react/injected-connector |
Injected Connector | ||
| Remote API | |||
@hmy-react/network-connector |
RPC Connector | ||
| Hardware | |||
@hmy-react/ledger-connector |
Ledger Connector | ||
| Hosted | |||
@hmy-react/fortmatic-connector |
Fortmatic Connector | ||
| 🐉 Low-Level | |||
@hmy-react/abstract-connector |
Shared Connector Class | ||
@hmy-react/types |
Shared TypeScript Types |
-
Clone repo
git clone https://github.com/harmony-one/hmy-react.git -
Install top-level dependencies
yarn -
Install sub-dependencies
yarn bootstrap -
Build and watch for changes
yarn start