This is a verifier used by the Sybil interface for verifying links between Ethereum addresses and Twitter profiles.
- Sybil interface for governance: [https://sybil.org]https://sybil.org)
- Sybil documentation: https://github.com/Uniswap/sybil-list
- Interface repo: https://github.com/Uniswap/sybil-interface
- Read the Sybil announcement post : https://uniswap.org/blog/sybil/
npm install
You must create a file wrangler.toml
with your cloudflare app information. See wrangler-example.toml for setup.
You can use wrangler to generate a new Cloudflare Workers project based on this template by running the following command from your terminal:
wrangler generate myapp https://github.com/cloudflare/worker-template-router
Before publishing your code you need to edit wrangler.toml
file and add your Cloudflare account_id
- more information about publishing your code can be found in the documentation.
Once you are ready, you can publish your code by running the following command:
wrangler publish
To work with changes locally before publishing run
wrangler preview --watch
To deploy using serverless add a serverless.yml
file.