An open API service indexing awesome lists of open source software.

https://github.com/terra-money/cra-react18-wallet-provider-template


https://github.com/terra-money/cra-react18-wallet-provider-template

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# What is this?

This is an example of performing basic connect, tx, and query actions in a react-based web application using [wallet-provider](https://www.npmjs.com/package/@terra-money/wallet-provider).

# Preview this template on CodeSandbox

# How to use this template

```sh
npx terra-templates get wallet-provider:create-react-app your-app-name
cd your-app-name
npm install
npm start
```