tyjvazum / arb

◉ Arbitrary Protocols on top of Bitcoin (Bitcoin NFTs/Ordinals, BRC-20, & Bitcoin Identities/Usernames)
GNU General Public License v3.0
22 stars 1 forks source link

Feature: A Complete CLI API #11

Open tyjvazum opened 1 year ago

tyjvazum commented 1 year ago

There's currently a lot of functionality contained in the server code that isn't exposed through the CLI. I plan on removing the server portion (after this feature is completed) since I think the project shouldn't be focused on use cases involving HTTP and certainly shouldn't intimately combine the primary code with server code. This API should return JSON for ease of use.

Related work: https://github.com/casey/ord/pull/2036, https://github.com/casey/ord/pull/2002