https://github.com/decentldotland/sender-form
multichain and token-gated DeForm protocol
https://github.com/decentldotland/sender-form
decentland form token-gating
Last synced: over 1 year ago
JSON representation
multichain and token-gated DeForm protocol
- Host: GitHub
- URL: https://github.com/decentldotland/sender-form
- Owner: decentldotland
- License: mit
- Created: 2023-02-04T19:41:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-14T14:23:53.000Z (over 3 years ago)
- Last Synced: 2025-01-11T06:48:52.385Z (over 1 year ago)
- Topics: decentland, form, token-gating
- Language: JavaScript
- Homepage: https://sender.gg
- Size: 62.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
@decentdotland/sender-form
multichain and token-gated DeForm protocol
## Synopsis
Sender-Form is a token-gated web3 form protocol that operates on multiple blockchain networks. It requires users to hold a specific token in order to access and fill forms. This adds a layer of security and incentivizes users to participate in the network. Sender-Form provides an efficient way to gather data while ensuring the authenticity, accuracy of responses and user's anonymity.
## Tech-Stack
Sender-Form protocol smart contracts will be serverless functions deployed on the [EXM protocol](https://exm.dev). The protocol contracts will use [molecule.sh](https://molecule.sh/) molecules to facilitate multichain gasless user's authentication (through EOAs).
## Proof of Concept
The first proof of concept (PoC) for Sender-Form is a whitelisting form for ANS Protocol. The whitelist contract includes various conditional checks to validate the validity of the user and ensure the submission of a valid Arweave address for whitelisting. [source code](./poc) | [contract address](https://i9y26GBn3-b30YuMwWu1GZa2Q0g4wkZDGZoPttRT664.exm.run)
## License
This project is licensed under the [MIT License](./LICENSE)