Simple filecoin storage provider selection.
- file size (min and max piece size)
- verified FIL (soon)
- geo location (soon)
- success rate throttle (soon)
go build -o simple-sp-selection
./simple-sp-selection
curl --location 'http://localhost:8080/api/providers?size_bytes=256'
curl --location 'http://localhost:8080/api/providers?size_bytes=256&source_ip=108.89.91.150'
curl --location --request GET 'https://sp-select.delta.store/api/providers?size_bytes=256'
curl --location --request GET 'https://sp-select.delta.store/api/providers?size_bytes=256&source_ip=108.89.91.150'