Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aeternity/ga-multisig-ui


https://github.com/aeternity/ga-multisig-ui

aelabs

Last synced: about 1 month ago
JSON representation

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
```