GeekLabX / substrate-authn-faucet-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Substrate Authenticated Faucet Frontend

Local Development

To install and run

npm install
npm run start

Will be running on localhost:8000

Environment Variables

Variables are location at src/config/index.js

Name Explanation
API_HOST Backend API URL
GITHUB_CLIENT_ID Github client to get code
REDIRECT_URI Github will redirect to this URL with code
POLKASCAN_URI Polkascan link to verify transaction completion

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 93.7%Language:CSS 5.2%Language:HTML 1.1%