Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aeternity/ga-multisig-backend
https://github.com/aeternity/ga-multisig-backend
aelabs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/aeternity/ga-multisig-backend
- Owner: aeternity
- Created: 2022-08-17T15:35:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-08T19:45:30.000Z (about 1 month ago)
- Last Synced: 2024-11-08T20:31:32.309Z (about 1 month ago)
- Topics: aelabs
- Language: JavaScript
- Homepage:
- Size: 526 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
```