Skip to content

Instantly share code, notes, and snippets.

@christroutner
Last active November 16, 2022 07:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christroutner/bc0a13950f202823650ded36ddf0f8f0 to your computer and use it in GitHub Desktop.
Save christroutner/bc0a13950f202823650ded36ddf0f8f0 to your computer and use it in GitHub Desktop.
BCH22 Presentation

Reducing BCH Infrastructure Costs with IPFS

This gist contains notes on the presentation give at the BCH22 conference in St. Kitts on 11/12/22. A YouTube version of the presentation will be uploaded a few days after the event, and a link will be posted here when that happens.

About the Speaker

Organizations

Technology

  • The Cash Stack - A framework for building web2 and web3 BCH apps.
  • Circuit Relays - allow easy networking.
  • IPFS layer in the web3 Cash Stack:
    • ipfs-coord - A JS library for creating mesh networks using IPFS.
    • ipfs-service-provider - Can set up a Circuit Relay. Base code repository used to generate the following two pieces of softare.
    • ipfs-bch-wallet-consumer - Forked from ipfs-service-provider, this software creates a 'local' back end; a light-weight REST API that can pipe data across IPFS to a 'global' back end.
    • ipfs-bch-wallet-service - Forked from ipfs-service-provider, this software links the 'global' back end of the web3 Cash Stack to the front end, over IPFS.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment