tokengate icon indicating copy to clipboard operation
tokengate copied to clipboard

js module for token gating on ethereum

Results 2 tokengate issues
Sort by recently updated
recently updated
newest added

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...