tokengate
tokengate copied to clipboard
js module for token gating on ethereum
use [`.gte()`](https://mikemcl.github.io/bignumber.js/#gte) BigNumber comparison rather than `>=` https://github.com/marcusmolchany/tokengate/blob/main/src/tokenGate.ts#L75 options: - bignumber.js (https://mikemcl.github.io/bignumber.js/#gte) - BN.js (ethers) (https://docs.ethers.io/v5/api/utils/bignumber/#BigNumber--BigNumber--methods--comparison-and-equivalence)
looking for feedback on v1. all feedback is appreciated. if you have specific opinions on the following things let me know: - api exposed in [`index.ts`](../blob/main/src/index.ts) other things that are...