Permissionless-Software-Foundation / ipfs-p2wdb-service

Pay-to-write Database Service using REST API over HTTP and JSON RPC over IPFS
MIT License
3 stars 4 forks source link

[WIP] Remove dependency on free-bch server #130

Open christroutner opened 5 months ago

christroutner commented 5 months ago

These code changes were submitted by @danielhumgon. They are an attempt to remove the hard-coded dependency the P2WDB server has on the free-bch.fullstack.cash server, and allow the ability for that server to be swapped out by a different one via config settings.

This is a work-in-progress (WIP) and should not be merged.