You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
solidity contracts deployed to rinkeby with a react UI allowing for clients to swap between ETH and ERC-20 tokens and vice-versa. styled with neumorphism library.
To interact with the contracts using this web UI please install a web3 provider such as Metamask and connect to the Rinkeby testnet.
EthSwap is a simple web3 UI that enables interaction with two smart contracts: one being an ERC-20 altcoin, and the other an exchange contract that facilitates swaps between Ethereum and an ERC-20 token, and vice versa.
Built using Solidity, Web3, Truffle, and React.
Tested with Mocha/Chai.
About
solidity contracts deployed to rinkeby with a react UI allowing for clients to swap between ETH and ERC-20 tokens and vice-versa. styled with neumorphism library.