Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-29T07:44:25.000Z (over 1 year ago)
- Last Synced: 2024-11-21T20:03:08.621Z (about 1 month 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.