Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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