PiStable by KOSASIH is licensed under Creative Commons Attribution 4.0 International
PiStable-Protocol is the foundational codebase for the PiStable project, designed to integrate Pi Coin from the Pi Network as a stablecoin pegged to $314.159. This repository includes smart contracts, algorithms for maintaining price stability, governance mechanisms, and interoperability features, enabling seamless transactions and interactions within the global financial ecosystem. Join us in revolutionizing the way digital currencies are utilized and adopted!
PiStable is an advanced decentralized finance (DeFi) protocol that integrates Pi Coin from the Pi Network as a stablecoin pegged to the value of $314.159. This project aims to create a robust financial instrument that enhances the usability and stability of Pi Coin within the global financial ecosystem.
1 git clone https://github.com/KOSASIH/PiStable-Protocol.git
2 cd PiStable-Protocol
Install dependencies:
1 npm install
Create a .env file in the root directory and add your configuration:
1 NETWORK=mainnet
2 INFURA_PROJECT_ID=your_infura_project_id
3 PRIVATE_KEY=your_wallet_private_key
Build the project:
1 npm run build
1 npm start
To run the test suite, use the following command:
1 npm test
We welcome contributions! Please read our CONTRIBUTING.md for guidelines on how to contribute to the project.
This project is licensed under the MIT License. See the LICENSE file for details.