rarity-react
An easy way to build Rarity games with React.
Features
- Wrap your app with
<RarityApp></RarityApp>
- Get summoners with
useSummoners()
- Builtin wallet support with
useWeb3()
- Builtin support for "core" expansions (eg, attributes, skills, gold, etc)
- Support for custom\3rd party expansions via "sideExpansions"
What's Next
- TypeChain integration
- Support for writes (only does contract reads currently)
- Builtin support for crafting and feats
- Support for names, land, and monsters as 3rd party expansions
- npx create-rarity-react-app
- Api documentation
Install
Usage
-
Get an api key from ftmscan
-
Add a configuration file for rarity-react to your
src
path. You can call it almost anything, but here assume the name of the file isconfig.json
.
Openconfig.json
and spec out your ftmscan settings and expansions. Here's an example config.example.json -
Add some wallet code like this
- Get summoners like this
- Make a custom expansion like this
License
GPL-3.0-or-later © murderteeth