Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RugPulse AI — Netlify Live Version

RugPulse AI is a Birdeye-powered Solana token radar for the Birdeye Data BIP Sprint.

This version is NOT a fake static demo. It uses Netlify Functions so the browser calls:

/.netlify/functions/radar

Then Netlify calls Birdeye server-side. This avoids browser CORS problems and keeps the API key out of frontend JavaScript.

Deploy without GitHub

Install Netlify CLI once:

npm install -g netlify-cli
netlify login

From inside this folder:

netlify init
netlify env:set BIRDEYE_API_KEY YOUR_KEY_HERE
netlify env:set BIRDEYE_CHAIN solana
netlify deploy --prod --build

Endpoints used

  • /defi/v2/tokens/new_listing
  • /defi/token_trending
  • /defi/token_security
  • /defi/price through the optional price function

Test after deploy

Open:

https://your-site.netlify.app/.netlify/functions/health

Then:

https://your-site.netlify.app/.netlify/functions/radar

If mode is live, Birdeye is connected. If mode is demo, your Netlify environment variable is missing or Birdeye rejected the key.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages