Skip to content

Latest commit

 

History

History

client

Algorand - Counter Frontend

A frontend for creating new counter applications and interacting with existing ones.

Requirements

Project Layout

  • public, contains the public resources that'll be bundled into the final app distribution
  • src, contains the React / TypeScript application
  • contract.json, hard-codes the compiled approval and clear programs used for creating new application instances and verifying compatibility between frontend and application

Setup

npm i

Development

npm start