bullishgopher / algo-web

algorand app template, generate account, test algo sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a template repository for getting started with building the client-side of an Algorand Dapp. This template includes

  • TypeScript
  • Webpack
  • ESLint
  • Algorand SDK
  • MyAlgoConnect
  • WalletConnect

Usage

Dependencies

Install all the necessary dependencies via npm run npm i

Dev Server

To run the dev server run npm run serve. This server will automatically update upon any file changes.

Wallets

Under src/wallets/ there are class definitions for connecting to common algorand wallets. Uncomment the related imports in src/index.ts to use them.

About

algorand app template, generate account, test algo sdk


Languages

Language:TypeScript 68.3%Language:JavaScript 28.4%Language:HTML 3.2%