https://github.com/pietrozanotta/stablecoin-hinnycoin
Solidity contracts to create, deploy and test a stablecoin called Hinnycoin using Foundry
https://github.com/pietrozanotta/stablecoin-hinnycoin
defi stablecoin web3
Last synced: about 1 month ago
JSON representation
Solidity contracts to create, deploy and test a stablecoin called Hinnycoin using Foundry
- Host: GitHub
- URL: https://github.com/pietrozanotta/stablecoin-hinnycoin
- Owner: PietroZanotta
- Created: 2023-07-28T09:11:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-29T07:44:25.000Z (about 2 years ago)
- Last Synced: 2025-07-22T16:34:18.219Z (3 months ago)
- Topics: defi, stablecoin, web3
- Language: Solidity
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About Hinnycoin
This repo contains all the necessary contracts to build, deploy and test a stablecoin called Hinnycoin.
Hinnycoin is meant to be collateralized by wBTC and wETH and to be pegged to USD.
The project is realised using the Foundry framework.