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

https://github.com/fission-codes/fil-cosigner


https://github.com/fission-codes/fil-cosigner

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          


Fission logo

Fission Filecoin Cosigner


BLS cosigning server for signing Filecoin transactions & forwarding them to a Lotus node.

Supports [webnative-filecoin](https://github.com/fission-suite/webnative-filecoin), an SDK for doing secure key management in the browser for Filecoin transactions.

An in-depth writeup of the system can be seen on [our forum](https://talk.fission.codes/t/filecoin-phase-2-write-up/1913).

## Quick Start
```shell
# install deps
yarn

# run in development mode
yarn dev

# build & run prod
yarn build
yarn start
```