Decentralized CDP Protocol on Solana A decentralized borrowing protocol built on the Solana blockchain that allows users to deposit USDC as collateral to mint INRC, a synthetic stablecoin pegged to the Indian Rupee. The protocol is secured by a system of over-collateralization and automated liquidations, with price data supplied by the Pyth Network.
Rust: Install Rust
Solana Tool Suite: Install Solana CLI
Anchor Framework: Install Anchor
Node.js & Yarn: Required for running tests.
Clone the project
git clone https://github.com/alxn787/INRCGo to the project directory
cd INRC/contract-inrcBuild the program
anchor buildRun tests
anchor test