-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
df2a488
commit 0f6be97
Showing
5 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# for local development, copy this file to .env.local and fill in the api keys below | ||
REACT_APP_ALCHEMY_API_KEY=get-'api-key'-from-https://dashboard.alchemy.com/ | ||
REACT_APP_INFURA_API_KEY=get-'project id'-from-https://app.infura.io/dashboard | ||
REACT_APP_WEB3AUTH_CLIENT_ID=get-'client id'-from-https://dashboard.web3auth.io/home/web3auth | ||
REACT_APP_WALLETCONNECT_PROJECT_ID=get-'project id'-from-https://cloud.walletconnect.com/app/project?uuid=e236c0e6-0c84-4bcb-9a04-8d96c872b84f | ||
REACT_APP_DEVELOPMENT_INTRANET_IP=optional-intranet-ip-for-checkout-links-to-help-load-on-mobile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# [3cities](https://3cities.xyz/) | ||
# @3cities/interface | ||
|
||
TODO | ||
The primary customer-facing web app used to make payments, donations,deposits, and transfers. | ||
|
||
This web app is also used to generate payment request links. | ||
|
||
If you want to easily get paid on Ethereum, try sending them a [3cities Pay Link](https://3cities.xyz/#/pay-link). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
|
||
# Overview | ||
# @3cities/verifier | ||
|
||
TODO | ||
A stateless library to verify token transfers and process payments offchain. | ||
|
||
# Usage | ||
@3cities/verifier is offered in grpc service format in @3cities/service. |