Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 936 Bytes

File metadata and controls

25 lines (19 loc) · 936 Bytes

Faucet

Crowd If you want to deploy the application, first you need to do npm install and configure .env

Example .env

SECRET_KEY=HCAPTCHA_SECRET_KEY
RPC_NODE=tcp://127.0.0.1:26657

REACT_APP_BACKEND_URL_ENDPOINT=http://localhost:8081
REACT_APP_HCAPTCHA_SITEKEY=0000-0000-0000-0000-0000

SECRET_KEY - you can get on: https://dashboard.hcaptcha.com/settings
RPC_NODE - RPC node synced in Cardchain
REACT_APP_BACKEND_URL_ENDPOINT - Url backend endpoint
REACT_APP_HCAPTCHA_SITEKEY - you can get on: https://dashboard.hcaptcha.com/sites

By default, the backend uses port 8081 In the frontend, port 5000

Once configured, you can run the application by issuing two commands: npm npm run start and npm run server

Made by NODERS Team
Discord contact: icodragon [NODERS]#4560