Monorepo containing the Request Network Dapps
Packages
·
Report Bug
·
Request Feature
![Product Name Screen Shot][product-screenshot]
Here's a blank template to get started:
To avoid retyping too much info. Do a search and replace with your text editor for the following:
github_username, repo_name, twitter_handle, email
To get a local copy up and running follow these simple steps.
You will need a local version of Node.js installed (version 13+). You will also need yarn, since we use it to manage the monorepo. (How to install yarn)
- Clone the repo
git clone https://github.com/requestNetwork/request-apps.git- Install dependencies
yarn installTo build all the packages, run:
yarn workspaces run buildGo to packages/create and run:
yarn startGo to packages/pay and run:
yarn startThe Request apps can be accessed through these URLs:
| Product | Status | URL |
|---|---|---|
| Request Create | Production | https://create.request.network |
| Request Create | Staging | https://baguette-v2.request.network |
| Request Pay | Production | https://pay.request.network |
| Request Pay | Staging | https://baguette-pay.request.network |
If you get throttled by ethgasstation API, you can add your own API key to packages/pay/.env file:
REACT_APP_EGS_API_KEY=<YOUR API KEY HERE>
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
The easiest way to reach out to us is through our Request Discord.