Butter is a quick and easy way to integrate token gating in your project. Integrate token-gating with minimum code and minimum fuss
Token-gating is growing in popularity but most of the existing token-gating developer tools requires the developer to do to much work. I wanted to build a way that a developer can integrate token-gating as quick as possible so that they can spend more time on developing the perfect dapp.
The npm package is built using javascript and the Covalent api I used the Covalent token balances endpoint to check if the address has the token, from there a "true" or "false" is sent to the dapp using the npm package for the dapp developer to give access or a declined message to the user The sample app is built using React, Javascript