Skip to content

frankwei98/Ethereum-Signature-CF-Workers

Ethereum Signature API on Cloudflare Workers

Trying to experiment Ethereum Signature API on a Serverless environment.

Demo

You can try this API on browser or your CLI.

Try this API on browser

curl -X POST -H "Content-type: application/json" \
-d '{"data":[{"type":"string","name":"Message","value":"Hi, Alice!"},{"type":"uint32","name":"A number","value":"1337"}],"sig":"0x039209b57071269bfc76fc0b2ee18b6a4b2e1901f46165dc6aee1d5820bfef44236e3636f2b7f36e8c8d992548216eeb9bdcd97a2d281ebbe542628f9338e33f1c"}' \
'https://ethereum-typed-singnature-recover-worker.fwei.workers.dev/get-signer'

Wrangler

To deploy using wrangler

wrangler publish

Serverless

To deploy using serverless add a serverless.yml file.

About

Testing on Serverless Platform

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published