This project is implementation of the Stablecoin directly pegged to UAH. As the collateral we gonna use the real UAH stored on the MonoBank account. For receiving the amount of money stored on the MonoBank account and for receiving the actual rate of the UAH to corresponding ERC20 we are using Chainlink Functions. Any user can validate the offchain collateral
- Setup
deployer
account to the keystore:
cast wallet import --interactive deployer
-
Create
.env
file in the root of the project, by example from.env.example
. Be sure thatDEPLOYER_ADDRESS=
is equal to thedeployer
address (the wallet added at the step 1). -
Run deployment command
make deploy
Coming soon...