Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.3 KB

README.md

File metadata and controls

29 lines (16 loc) · 1.3 KB

CapySwap, a simple ETH-to-CPB exchange built in Solidity - Project for the Data Security course of Computer Science faculty, University of Salerno (UNISA).

Project Description

CapySwap is a Web App that serves as an exchange between Ether (ETH) and CapyBuck (CPB) , a new Cryptocurrency based on the notorious animal from South America: the capybara. CapySwap creates a new online trading experience by letting users buy and sell CapyBucks using a simple interface only.

Authors

Built With

  • Truffle - Used to simplify development, compilation, testing and smart contract deploying on the blockchain.
  • Solidity - Used for Smart Contracts development.
  • Javascript - Used to test and for GUI interactions.
  • Lite-server - Web server.
  • Ganache - Used to simulate the Ethereum blockchain.