Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 292 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 292 Bytes

algobuilder-msig

Multisig webapp for Algorand ecosystem

Setup

Install the dependencies

yarn install

Development

Start the development server on http://localhost:3000

yarn dev

Production

Build the application for production:

yarn build