Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

UAL Authenticator Walkthrough Example

This example implements a basic react app that utilizes The UAL React Renderer and the Ledger authenticator created during the tutorial. It will install and use the Authenticator in example/authenticator by default.

Setup

The example uses an environment configuration for the Chain and RPC endpoints. Update the values in the .env file you create below to set the preferred Chain you wish your app to transact on.

Create a .env file from the default.env

~ cp default.env .env

Follow the instructions here to install ngrok

Running Frontend

~ yarn
~ yarn start

Lastly you will need to forward port 3000 with ngrok