Arcadios is a decentralized exchange with its own token "arcadios" based on Ethereum.
Decentralized exchange allows for trustless exchange of assets and tokens on Ethereum without giving away control of your assets.
In your README.md, be sure to have clear instructions on:
It is necessary to have a Metamask (https://metamask.io/) to conect the wallet to the app. When connected, your address will show on the top navigation bar. You can deposit your "arcadios" tokens, create orders by choosing the amount of token you want to get in exchange for amount of ether or vice versa, or fill open orders to make a trade.
Smart Contracts deployed to Ethereum Rinkeby tesnet(https://www.rinkeby.io/#stats). The smart contracts are not upgradeable.
- Metamask Wallet
- Truffle - development framework
- React - front end framework
- Redux - front end state management framework
- Solidity - ethereum smart contract language
- Ganache - local blockchain development
- Web3 - library interact with ethereum nodes
- JavaScript - logic front end and testing smart contracts
- Infura - connection to ethereum networks