web3.db-fileconnector
Version:
GraphQL System Built on web3 technologies. Web3.DB is an open database built on top of web3 technologies. It is a decentralized, open-source database that allows users to store and query data in a secure and efficient manner. The system is designed to be
24 lines (23 loc) • 668 B
JSON
{
"id": "solana-token-gating",
"name": "Solana Token Gating",
"logo": "/img/solana-token-gating.png",
"description": "Token gate your Solana applications.",
"hooks": ["validate"],
"routes": ["balance"],
"variables": [
{
"name": "RPC URL",
"description": "Your Solana RPC URL. You can use helius.dev to get one if you don't have any.",
"id": "rpc_url",
"type": "string"
},
{
"name": "Minimum Amount",
"description": "The minimum amount in SOL that users must have to interact with this context.",
"id": "min_amount",
"type": "float",
"per_context": true
}
]
}