1.0.4 • Published 2 years ago

@adaswap/redux-multicall v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

  1. Change name and version in package.json file
  2. Run yarn contracts:compile
  3. Run npm publish --access public