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)
git clone https://github.com/requestNetwork/request-apps.git
yarn install
To build all the packages, run:
yarn workspaces run build
Go to packages/create
and run:
yarn start
Go to packages/pay
and run:
yarn start
The 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.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the MIT License. See LICENSE
for more information.
The easiest way to reach out to us is through our Request Discord.