A simple, maximally extensible, dependency minimized framework for building modern Hedera dApps
This is a hosted version of example.
npm install @hedera-react/types @hedera-react/core @hedera-react/store @hedera-react/flash @hedera-react/hashconnect @hedera-react/blade
OR
yarn add @hedera-react/types @hedera-react/core @hedera-react/store @hedera-react/flash @hedera-react/hashconnect @hedera-react/blade
Package | Version | Size | Link |
---|---|---|---|
@hedera-react/types |
|||
@hedera-react/store |
|||
@web3-react/core |
|||
Connectors | |||
@hedera-react/flash |
Flash Wallet | ||
@hedera-react/hashconnect |
Hashpack Wallet | ||
@hedera-react/blade |
Blade Wallet |
yarn
yarn start
In addition to compiling each package in watch mode, this will also spin up packages/example-next on localhost:3000. But this is just a skeleton app for testing compatibility.
yarn build
yarn test
yarn lerna publish
This version of hedera-react is still in beta, so unfortunately documentation is pretty sparse at the moment. packages/example-next, TSDoc comments, and the source code itself are the best ways to get an idea of what's going on. More thorough documentation is a priority as development continues!