https://github.com/ysongh/digitalcoupon-crosschain
A Dapp that allows business owners to create product offers and incentivize sharing
https://github.com/ysongh/digitalcoupon-crosschain
axelar chakra-ui etherjs hardhat nextjs
Last synced: 6 days ago
JSON representation
A Dapp that allows business owners to create product offers and incentivize sharing
- Host: GitHub
- URL: https://github.com/ysongh/digitalcoupon-crosschain
- Owner: ysongh
- Created: 2022-12-10T03:43:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-13T23:14:36.000Z (over 1 year ago)
- Last Synced: 2025-02-14T00:24:48.966Z (over 1 year ago)
- Topics: axelar, chakra-ui, etherjs, hardhat, nextjs
- Language: JavaScript
- Homepage:
- Size: 16.9 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Digital Coupon (Crosschain)
## Instructions
```sh
# copy .env
cp .env.example .env
# install dependencies
yarn
# 1st terminal: launch local cross-chain development
yarn local-dev:start
# compile contracts with hardhat
yarn contracts:build
# 2nd terminal: deploy contracts
yarn contracts:deploy
# start the ui
yarn dev
```