Skip to content

A starter + explainer template for React on the Fetch.ai Cosmos powered blockchain

Notifications You must be signed in to change notification settings

AbbasAliLokhandwala/cosmos-fetch-react

 
 

Repository files navigation

Fetch.ai - React + TS + Vite + CosmJS template

This template will help get you started developing with React and TypeScript for the Fetch.ai cosmos-powered blockchain.

This template is tailored for learning and includes a series of explanation related to:

  • Wallet Connection
  • Bank Balances
  • Handling IBC denominations
  • Sample Tokens (CW20) queries
  • Sample NFT (CW721) queries

Using this template

This repository is a template repository and we encourage you to get started by taking ownership of the code by pressing the Use this template button.

Project Setup

npm install

Compile and Hot-Reload for Development

npm dev

Type-Check, Compile and Minify for Production

npm build

Recommended Links

  • cosmjs is the prevalent Javascript library for the Cosmos ecosystem, supporting native modules, CosmWasm smart contracts interaction as well as Tendermint interactions.
  • This helpful gist we've put together will help you learn some of the most common queries you'll need for your dApps, including CW20 and CW721 interactions.

Looking for another framework?

About

A starter + explainer template for React on the Fetch.ai Cosmos powered blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 72.2%
  • CSS 16.8%
  • Vue 8.9%
  • JavaScript 1.1%
  • HTML 1.0%