https://github.com/deco31416/dapp-ether-swap-
This DApp is about Ether Swap, You will be able to Buy and sell tokens 🏆
https://github.com/deco31416/dapp-ether-swap-
Last synced: 3 months ago
JSON representation
This DApp is about Ether Swap, You will be able to Buy and sell tokens 🏆
- Host: GitHub
- URL: https://github.com/deco31416/dapp-ether-swap-
- Owner: deco31416
- Created: 2022-04-11T02:09:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-11T02:09:52.000Z (about 3 years ago)
- Last Synced: 2025-01-10T23:19:50.779Z (4 months ago)
- Language: JavaScript
- Homepage: https://chancedira.github.io/EthSwap-Blockchain/
- Size: 2.06 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This Smart contract is about Ether Swap
You will be able to Buy and sell tokens

1) Connect App to Blockchain
2) Connect Browser to BlockChainDownload Ganache here https://www.trufflesuite.com/ganache
Download Truffle here https://www.trufflesuite.com/truffle
npm install
npm install truffle -g
truffle test
truffle migrate
truffle migrate --reset
npm start