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


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

aelabs

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Multisig Backend

This is the optional backend for ux optimization to use the [ga-multisig-ui](https://github.com/aeternity/ga-multisig-ui). It indexes multisig accounts per signer and exposes a key-value storage for transaction hash to raw transaction. In the future a signature challenge is to be added to some endpoints.

## Get started

Clone repo via git or use the template button above.

Install the dependencies

```
yarn install
```

Run backend

```
yarn run server
```