Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 758 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 758 Bytes

UAH RWA

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

Deploy

  1. Setup deployer account to the keystore:
cast wallet import --interactive deployer
  1. Create .env file in the root of the project, by example from .env.example. Be sure that DEPLOYER_ADDRESS= is equal to the deployer address (the wallet added at the step 1).

  2. Run deployment command

make deploy

Deploy Exchange

Coming soon...