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.
# install deps
yarn
# run in development mode
yarn dev
# build & run prod
yarn build
yarn start