This is a fully functional decentralized token exchange deployed to 2 test networks - Ethereum's Goerli test network and Polygon's Mumbai test-net. Check out the Live Demo App here: https://token-exchange.on.fleek.co/
To interact with this Decentralized application (Dapp), you will need a MetaMask wallet. If you're interesed in giving this Dapp a test drive, you will need some test-net currency (for transaction fees), mETH ("mock ETHer") and mDAI ("mock DAI").
Please reach out to Simon Ionashku at [email protected] with the follow information:
- Your Name
- Your Organization
- Your public MetaMask account address (not your private key)
Simon will run a custom script that will deposit Goerli Test Ether (or test MATIC for Polygon Mumbai), mETH and mDAI directly into your wallet.
That's it, thanks!
- Solidity (Smart Contracts)
- React (Dapp interface)
- Opensea (API interactions)
- NodeJS To create hardhat project and install dependencis using npm
gh repo clone simon-masterclass/token-exchange
npm install
npm start