Skip to content

Boost is a tool for Filecoin storage providers to manage data storage and retrievals on Filecoin.

License

Notifications You must be signed in to change notification settings

cryptowhizzard/boost

Repository files navigation

Boost

Boost is an initial experiment/prototype of markets v2 module for Filecoin. It aims to replace the lotus-miner markets service. For more information, see: https://docs.filecoin.io/mine/lotus/split-markets-miners/

Building

git clone https://github.com/filecoin-project/boost
cd boost
make boost

Initialisation and Running

  1. Make sure you have a local Lotus fullnode running and listening to localhost:1234, for example:
ssh -L 1234:localhost:1234 sofiaminer
  1. Create Boost repository
boost init
  1. Run Boost service
boost run
  1. Interact with Boost
boost dummydeal

License

Dual-licensed under MIT + Apache 2.0

About

Boost is a tool for Filecoin storage providers to manage data storage and retrievals on Filecoin.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 88.4%
  • JavaScript 8.9%
  • CSS 1.5%
  • Shell 0.7%
  • Makefile 0.3%
  • Dockerfile 0.1%
  • HTML 0.1%