Skip to content

Njay2trappy/Argon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💳 Argon – Multi-Chain Payment Gateway (Proof of Concept)

Argon is a payment gateway prototype built as a personal project to test and sharpen my backend development skills.
It integrates with multiple blockchains — AirDAO, Solana, BEP20 (BSC), and TON — to process transactions in a unified way.

Unlike production-ready systems, Argon does not use an external database.
Instead, all data is saved locally in JSON files, keeping the project lightweight and focused on demonstrating the core logic.


🌟 Features

  • 🌐 Multi-chain support: AirDAO, Solana, BEP20, TON
  • ⚡ GraphQL API for flexible queries and mutations
  • 📂 Local JSON file storage (no external DB)
  • 🛠 Built with Node.js + Apollo Server (GraphQL)
  • 🚀 Proof of concept for payment workflows

🛠 Tech Stack

  • Node.js – server runtime
  • Apollo Server (GraphQL) – API layer
  • JSON File Storage – lightweight persistence
  • Blockchain SDKs – AirDAO, Solana Web3, TronWeb/BEP20, TON Web3

⚙️ Installation & Setup

  1. Clone the repository
    git clone https://github.com/YOUR_USERNAME/argon.git
    cd argon

About

Argon is a payment gateway prototype built as a personal project to test and sharpen my backend development skills. It integrates with multiple blockchains — AirDAO, Solana, BEP20 (BSC), and TON — to process transactions in a unified way.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors