Skip to content

Instantly share code, notes, and snippets.

@andrewxhill
Last active March 25, 2020 19:08
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewxhill/1e7ec4d379a1e6a16c5277c92d626b4f to your computer and use it in GitHub Desktop.
Save andrewxhill/1e7ec4d379a1e6a16c5277c92d626b4f to your computer and use it in GitHub Desktop.

Powergate Show & Tell

Objective:

Create drop-in Filecoin API Management tools for systems and apps.

Key components:

  • Reputation Indices: A collection of data collected from the network for miner selection. Includes miner activity duration, slashing events, and deals.
  • Network Indices: A collection of data collected from the network used for Deal configuration. Includes miner location, network activity, etc.
  • Wallet Management: API tools to manage and configure wallets.
  • API & CLI: Modules are exposed through gRPC APIs and wrapped in an admin CLI that allows you to configure and manage the entire stack.
  • Interactive Deal Management and other direction functionality.
  • FFS: A system that can manage the network state per wallet address (address, preferences & deal configuration, open deals, deal state, deal repair, deal creation, notifications, etc).
  • Docker tools: Embed mode for running intigration & testing against a stand-alone network of a single local miner. Full mode to launch your lotus node plus Powergate stack for production.

Links & Resources

FFS CLI Demo

cli

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment