Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hussain-7/blockchain-ecommerce-app
A simple E-commerce app to show implementation of crypto payment gateway which use Erc-20 (Ethereum stable coin) for payment.
https://github.com/hussain-7/blockchain-ecommerce-app
bootstrap4 koa nodejs openzeppelin react solidity truffle
Last synced: about 1 month ago
JSON representation
A simple E-commerce app to show implementation of crypto payment gateway which use Erc-20 (Ethereum stable coin) for payment.
- Host: GitHub
- URL: https://github.com/hussain-7/blockchain-ecommerce-app
- Owner: Hussain-7
- Created: 2021-10-26T20:50:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-12T21:15:09.000Z (about 3 years ago)
- Last Synced: 2024-11-10T19:46:04.234Z (3 months ago)
- Topics: bootstrap4, koa, nodejs, openzeppelin, react, solidity, truffle
- Language: JavaScript
- Homepage:
- Size: 604 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
For Project Initialization
=========================================
Install truffle with `install -g truffle`## To Initial project
### truffle init
### npm init -y
##3 npm install @openzeppelin/contracts## For Deployement of smart contracts
### truffle develop
### migrate --reset