Live on tuition.0xmacro.com!
This dapp allows Macro's students to deposit their $5,000 USD payment in denominations of ETH or USDC to the DAO's treasury.
The ETH -> USD conversion rate is determined by the Gemini API at the time of the transaction
This dapp will be extended to add a Pay-To-Earn section.
Here, students will be able to do a precourse to get them up to the level required to apply for our main bootcamp, as well as earn the DAO's ERC20 token in the process.
Below are steps you need in order to run locally
yarn installyarn run dev
- I deleted some of the ts/js utils related to contract since we are not using tuition contract and don't have to
yarn hardhat compilein order to run app locally. if you want to add contract back in the front-end, you need to add.envvariables and executeyarn hardhat compileto compile abi, etc.