Skip to content

Moff-01/PulseGuard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

PulseGuard — Plain HTML static-check starter

This starter app provides a minimal front-end (plain HTML/CSS/JS) and a backend Express API that performs static on-chain checks for token contracts on PulseChain.

Logo and theme:

  • Uses the uploaded logo image as the primary logo and color palette.

Environment:

Files:

  • backend/index.js -> main server
  • backend/package.json
  • public/index.html -> frontend UI
  • public/style.css
  • public/app.js
  • public/logo.png -> your uploaded logo

Run locally:

  1. cd backend
  2. npm install
  3. export RPC_URL=https://rpc.pulsechain.com
  4. npm start
  5. Open http://localhost:3000

Deploy:

  • Deploy the whole project folder to Railway or Render. Railway will detect Node and run npm install in backend.
  • Make sure RPC_URL is set in Railway variables.

Next steps:

  • Add fork-based simulation for honeypot detection (requires fork-capable RPC)
  • Integrate holders chart embeds (PulseScan / DexScreener) if desired

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors