Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scale-it/sigma-wallet

Multisig webapp for Algorand ecosystem
https://github.com/scale-it/sigma-wallet

Last synced: about 1 month ago
JSON representation

Multisig webapp for Algorand ecosystem

Awesome Lists containing this project

README

        

# algobuilder-msig

Multisig webapp for Algorand ecosystem

## Setup

Install the dependencies

```bash
yarn install
```

## Development

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

```bash
yarn dev
```

## Production

Build the application for production:

```bash
yarn build
```