https://github.com/application-research/filclient-unstable
rewrite
https://github.com/application-research/filclient-unstable
Last synced: about 1 year ago
JSON representation
rewrite
- Host: GitHub
- URL: https://github.com/application-research/filclient-unstable
- Owner: application-research
- Created: 2022-02-21T21:44:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T22:47:58.000Z (over 3 years ago)
- Last Synced: 2025-03-25T14:12:38.946Z (about 1 year ago)
- Language: Go
- Size: 186 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
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`