This article explains how to set up a server to proxy requests to ChainPatrol.
/asset/check
API. This is because the requests to ChainPatrol will originate from your server and not from your user’s browser.
Cloudflare Workers
Recommended
API_KEY
variable with your ChainPatrol API key.curl
:chainpatrol-proxy
, you can send requests to https://chainpatrol-proxy.your-subdomain.workers.dev
.Deno Deploy
Hello World
example.API_KEY
environment variableAPI_KEY
environment variable in the Deno editor and set your ChainPatrol API key:chainpatrol-proxy
, you can send requests to https://chainpatrol-proxy.deno.dev
.