Try the demo: https://solana.ludex.gg/
This project is a react.js boilerplate for players (or testers) to join Ludex challenges on Solana using the Ludex Javscript SDK. The Ludex Javascript SDK allows web apps to interact with Ludex APIs and smart contracts. It also has integration with Web3auth for passwordless authentication and non-custodial key infrastructure for wallets.
First, install the dependencies:
npm install
then add environment variables in .env (get them from netlify or another dev)
REACT_APP_SOLANA_RPC=
REACT_APP_SOLANA_RPC_MAINNET=
then run the development server and open http://localhost:3000 with your browser!
npm start
We deploy our this app using Netlify. In order to get access ask another dev to join the Netlify team.