Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.49 KB

File metadata and controls

28 lines (19 loc) · 1.49 KB

Decentralized Exchange in token "arcadios"

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:

Usage

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.

Development Project

Deployment

Smart Contracts deployed to Ethereum Rinkeby tesnet(https://www.rinkeby.io/#stats). The smart contracts are not upgradeable.

Technology Stack and Tools

  • 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