An open API service indexing awesome lists of open source software.

https://github.com/application-research/filclient-unstable

rewrite
https://github.com/application-research/filclient-unstable

Last synced: about 1 year ago
JSON representation

rewrite

Awesome Lists containing this project

README

          

# Filclient V1.0

A standalone client library that enables users to interact with the Filecoin storage network.

This repository contains a rewrite/refactor of the popular [Filclient](https://github.com/application-research/filclient) library. It will be moved once complete.

> Note: This library is still in active development and is considered **unstable**. Use at your own risk!

## Contributing
### Running Tests
First, make sure you `make` the project and subdependencies

`make all`

Then, run the test suite

`go test`