Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 824 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 824 Bytes

React Starter for the Terra Blockchain

This is an opioniated app structure that demonstrates some useful patterns when creating an app to connect to the Terra Blockchain.

Features

  • Built using React v18
  • Utilizes react-query for the majority of state management
  • Creates a reducer to handle background transaction management that allows to pending transactions to be managed in an effortless manner.
  • Uses SASS modules

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.