Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 398 Bytes

README.md

File metadata and controls

15 lines (15 loc) · 398 Bytes

Setup

  1. Create a .env file and add the following environment variables:
HOST="0.0.0.0"
PORT=5000
RELAY_BASE_ROUTE="/brightid-nft-mint-relay"
RPC_URL="wss://rpc.gnosischain.com/wss"
CHAINID="0x64" # 100
# GAS=500000
# GAS_PRICE=10000000000
CONTEXT="BrightID Context"
CONTRACT_ADDRESS="Contract Address"
RELAYER_ADDRESS="Relay Wallet Address"
RELAYER_PRIVATE="Relay Wallet Private Key"