@adaswap/redux-multicall
v1.0.4
Published
🛠 A React + Redux lib for fetching and caching chain state via the MultiCall contract
Downloads
7
Readme
MultiCall
A React + Redux library for fetching, batching, and caching chain state via the MultiCall contract.
AdaSwap redux multicall
Forked from the Uniswap redux multicall.
Usage
The usage of this library is similar to RTK Query.
Before build
- Run
yarn install
- Run
yarn contracts:compile
Build
- Run
yarn build
Publish to npm
- Change name and version in package.json file
- Run
yarn contracts:compile
- Run
npm publish --access public