https://github.com/fission-codes/fil-cosigner
https://github.com/fission-codes/fil-cosigner
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fission-codes/fil-cosigner
- Owner: fission-codes
- License: agpl-3.0
- Created: 2021-01-14T07:08:12.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-23T23:35:06.000Z (over 3 years ago)
- Last Synced: 2025-04-03T04:56:18.358Z (about 1 year ago)
- Language: TypeScript
- Size: 2.74 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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
```