Skip to content

c-atts/eas-graphql-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eas-graphql-proxy

Runs a Cloudflare Worker that proxies requests to the Ethereum Attestation Service API. The worker is written in Rust, compiled to WebAssembly, and deployed to Cloudflare's edge infrastructure.

Development

1. Run

npm i 
npm run dev

Production

1. Deploy

npm run deploy

Wrangler

Wrangler is used to develop, deploy, and configure your Worker via CLI.

Further documentation for Wrangler can be found here.

WebAssembly

workers-rs (the Rust SDK for Cloudflare Workers) is meant to be executed as compiled WebAssembly, and as such so must all the code you write and depend upon. All crates and modules used in Rust-based Workers projects have to compile to the wasm32-unknown-unknown triple.

Read more about this on the workers-rs project README.

About

Proxy requests to the EAS API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages