Amplify v2
  • What is Amplify?
    • How Amplify works
    • Getting Started : Sign-Up/Sign-In
  • Campaign Creators
    • Creating OpenChat Campaigns
    • Creator FAQs
  • Participants
    • Participating in Campaigns
    • Claiming Rewards
    • Participant FAQs
  • The Tech Stack
    • How Amplify is Built
    • Random Number Generation (RNG) on ICP
  • Support & Useful Links
    • Amplify Terms of Service
    • Amplify Platform Privacy Policy
  • Wen $AMPL
Powered by GitBook
On this page
  1. The Tech Stack

How Amplify is Built

Amplify is open-sourced. A deep-dive into Amplify's tech stack

PreviousThe Tech StackNextRandom Number Generation (RNG) on ICP

Last updated 6 months ago

Amplify GitHub: ICP Smart Contracts: The smart contracts are written in Rust ICRC2 Token Standard: Amplify supports the ICRC2 token standard for secure and efficient token transactions.

Frontend:

TypeScript: Provides static type-checking, improving code quality. React: Enables a dynamic and responsive user interface. TailwindCSS: Assists in quickly styling components with a utility-first CSS framework. Vite: Bundles and builds the Frontend with fast performance.

Backend:

TypeScript: Ensures type safety and better code maintainability. PostgreSQL: A reliable relational database for data storage and management. Node.js: Provides a JavaScript runtime for server-side scripting. Adonis.js Framework: A robust backend framework to handle complex business logic.

Highlights:

Secure Architecture: Ensures robust protection for data and transactions. User-Friendly Design: Simplifies user interaction by minimising complexity. Scalability: We can easily integrate other social media Platforms (Web2 and Web3) and scale up.

https://github.com/NearverseLabs/Amplify