Skip to content

simrat12/Solana_Stablecoin

Repository files navigation

Solana Stablecoin

This repository contains the code for a Solana backed stablecoin project, overcollateralised by SOL.

Prerequisites

You should have the following installed:

  1. Rust: Our smart contract is written in Rust.

  2. Node.js: This is required for running our tests and scripts.

  3. Anchor: Anchor is a framework for Solana’s Sealevel runtime providing several convenient developer tools.

  4. Solana Tool Suite: Solana CLI tools is needed to interact with Solana blockchain.

Getting Started

  1. Clone this repository:
    git clone https://github.com/simrat12/Solana_Stablecoin.git
    cd Solana_Stablecoin
  2. Install the dependencies:
    npm install
  3. Build the smart contract:
    anchor build
  4. Run the tests:
    anchor test

Run the frontend

To run the mainApp

  • cd App,

  • cd mainpage

  • install dependencies npm install--legacy-peer-deps

  • run the development npm run dev

**Open another terminal

  • cd dashboard
  • install dependencies npm install--legacy-peer-deps
  • run the development npm start

Enter your browser and input http://localhost:5173

About

Stablecoin backed by the SOL token

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •