Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/scale-it/sigma-wallet
- Owner: scale-it
- License: mpl-2.0
- Created: 2022-06-09T13:55:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T08:49:55.000Z (about 2 years ago)
- Last Synced: 2024-05-29T19:17:56.134Z (7 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
```