Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aeternity/ga-multisig-ui
https://github.com/aeternity/ga-multisig-ui
aelabs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/aeternity/ga-multisig-ui
- Owner: aeternity
- License: isc
- Created: 2022-04-04T09:00:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-08T20:19:02.000Z (about 1 month ago)
- Last Synced: 2024-11-08T21:23:27.978Z (about 1 month ago)
- Topics: aelabs
- Language: Vue
- Homepage: https://ga-multisig-ui.prd.aepps.com/
- Size: 1.44 MB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Multisig
This Multisig example application uses can currently the [ga-multisig-contract](https://github.com/aeternity/ga-multisig-contract) to create a generalized accounts based n-of-m multi-signature account. Currently the UI only serves as an example to create and sign spend transactions, but support for any kind of transaction is possible in the future.
## Get started
Clone repo via git or use the template button above.
Install the dependencies
```
yarn install
```Run frontend
```
yarn serve
```