Skip to content

Cloudlfare worker to verify mappings for Sybil, a governance tool for delegates.

Notifications You must be signed in to change notification settings

Uniswap/sybil-verifier-worker

Repository files navigation

Sybil Verifier

This is a verifier used by the Sybil interface for verifying links between Ethereum addresses and Twitter profiles.

Development

Install Dependencies

npm install

Run with Wrangler

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  

Serverless

To deploy using serverless add a serverless.yml file.

About

Cloudlfare worker to verify mappings for Sybil, a governance tool for delegates.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published