Categorygithub.com/filecoin-project/ffi-stub
repositorypackage
0.4.1
Repository: https://github.com/filecoin-project/ffi-stub.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Filecoin FFI stub

For testing and non-production purposes only.

This is an FFI stub that can be used with a go.mod replace directive in tests that do not require real proofs.

Usage

In your go.mod:

replace github.com/filecoin-project/filecoin-ffi => github.com/filecoin-project/ffi-stub ${version}

License

Dual-licensed: MIT, Apache Software License v2, by way of the Permissive License Stack.