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
- Host: GitHub
- URL: https://github.com/terra-money/cra-react18-wallet-provider-template
- Owner: terra-money
- Created: 2022-10-11T00:36:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-29T15:27:02.000Z (about 2 years ago)
- Last Synced: 2024-04-14T22:52:28.787Z (over 1 year ago)
- Language: TypeScript
- Size: 1.39 MB
- Stars: 2
- Watchers: 6
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```