Filecoin Signing Tools
Filecoin signing tools offer basic functionalities for signing Filecoin transactions.
There is several implementations :
- Rust
- Javascript (pure javascript and wasm)
Notes: The pure Javascript implementation is less complete than the Rust and Wasm one.
Examples:
| Caller | Callee | Status | |
|---|---|---|---|
| Browser | WASM | Ready ✔️ | Link |
| Node.js / Mocha | WASM | Ready ✔️ | Link |
| C | Rust | Ready ✔️ | Link |
| C++ | Rust | Ready ✔️ | Link |
| Java | Rust | Ready ✔️ | Link |
| Kotlin | Rust | Ready ✔️ | Link |
| Go | Rust | Ready ✔️ | Link |
| Objective-C | Rust | Ready ✔️ | Link |
| Swift | Rust | Ready ✔️ | Link |
| Flutter | Rust | Ready ✔️ | Link |
| React Native | Rust | Planned ⏳ | Soon |

