https://github.com/scale-it/sigma-wallet
Multisig webapp for Algorand ecosystem
https://github.com/scale-it/sigma-wallet
Last synced: 3 months ago
JSON representation
Multisig webapp for Algorand ecosystem
- Host: GitHub
- URL: https://github.com/scale-it/sigma-wallet
- Owner: scale-it
- License: mpl-2.0
- Created: 2022-06-09T13:55:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T08:49:55.000Z (over 3 years ago)
- Last Synced: 2025-10-07T00:34:42.031Z (8 months ago)
- Language: Vue
- Size: 1.21 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```