0.3.2-alpha.0 • Published 4 years ago

@fungyproof/utils v0.3.2-alpha.0

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

FungyProof Utilities

npm version

The utils package contains miscellaneous utility including: helper functions, constants, and functions for interacting with blockchain contracts.

In order for a number of these packages to work across multiple chains you will likely need to set the following environment variables:

  • INFURA_API_KEY
  • RIVET_API_KEY

We use RIVET for all mainnet RPC calls because it tends to be significantly faster and use makes fewer RPC calls than Infura.