fission-codes / fil-cosigner

GNU Affero General Public License v3.0
4 stars 2 forks source link
Fission logo

Fission Filecoin Cosigner

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

Supports 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.

Quick Start

# install deps
yarn

# run in development mode
yarn dev

# build & run prod
yarn build
yarn start