This repository contains the smart contract for deploying stablecoins and governance tokens on the Holesky Testnet.
-
DPG Stablecoin
- Symbol: DPG
- Address:
0xeFc08Bb8803DFDDAf0Eea1448Ef5D56e436Dd4D6
-
DAI Stablecoin
- Symbol: DAI
- Address:
0x5e8feD018ad58c413E4C374D02Bf360195554EE9
-
DPB Governance Token
- Symbol: DPB
- Address:
0xAA6ddB89021450227bf81d1c744E586Ae77e0A93
-
PriceFeed Contract
- Address:
0xE5eb6eeB23877366eA8600CB4c3aba8471e91f04
- Address:
- All Contracts: Place all contract files in the
contextfolder for better organization and clarity.
To test the contracts, use Remix IDE on any testnet (such as Holesky Testnet):
- Open Remix IDE.
- Upload the contract files from the
contextfolder. - Configure the Remix environment:
- Select Injected Provider and connect to your wallet.
- Ensure you are on the desired testnet (e.g., Holesky).
- Deploy and interact with the contracts directly through the Remix interface.
- Main Contract:
0xf0641d4B9a733908EA8Fe1e4d262e2dFf65FA194
- Clone the repository:
git clone https://github.com/chetanck03/stableCoin.git
- Install dependencies:
npm i
- Start the development server:
npm run dev
- Ensure all smart contracts are organized in the
contextfolder for easy access. - Use Remix IDE for deploying and testing contracts on any testnet (e.g., Holesky).
- Make sure to configure your wallet and environment correctly before interacting with the contracts.