Skip to content

data-preservation-programs/spade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spade

This repository contains the software powering the ♠️ (Spade) API: A Fil-Network Storage-Proposal Management Service.

SP Preparation

  • Setup authentication you will be continuously using to validate that you are the current operator of a particular SP system. Authentication is based on having access to your SP Worker Key, the same one you use to submit ProveCommits when onboarding new sectors. You can either use the reference authenticator script, or write your own based on the simple steps described within. It is also likely this functionality will be soon included in Fil implementations directly.

    A. Download the authenticator: curl -OL https://github.com/raw/ribasushi/bash-fil-spid-v0/5f41eec1a/fil-spid.bash

    B. Make it executable chmod 755 fil-spid.bash

    C. Use it as part of your requests, e.g: curl -sLH "Authorization: $( ./fil-spid.bash f0XXXX )" https://api.spade.storage/sp/eligible_pieces

SP Dealmaking

Workflow has changed substantially. This entry will be updated when the final API solidifies in the coming few days. In the meantime join us in #spade-sp over at the Fil Slack, while we clean up the dust 🤩

About

A Fil-Network Storage-Proposal Management Service

Resources

License

Stars

Watchers

Forks

Releases

No releases published