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

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

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
```