LayerTwo-Labs / bip300301_enforcer

CUSF software enforcing BIP300 and BIP301 rules.
1 stars 4 forks source link

Implement a separate ergonomic CLI client to interact with the RPCs #73

Open nchashch opened 1 day ago

nchashch commented 1 day ago

That would improve development workflow.

torkelrogstad commented 1 day ago

buf curl? That's what I'm using

nchashch commented 18 hours ago

buf curl? That's what I'm using

It would make sense to pick a tool and then add an example of how to use it for testing the RPCs manually to the README.md file.

That would be a better option than implementing a custom CLI.

torkelrogstad commented 16 hours ago

There's already a simple example at the bottom of the "getting started" section. https://github.com/LayerTwo-Labs/bip300301_enforcer?tab=readme-ov-file#getting-started

I could expand on that!

nchashch commented 13 hours ago

There's already a simple example at the bottom of the "getting started" section. https://github.com/LayerTwo-Labs/bip300301_enforcer?tab=readme-ov-file#getting-started

I could expand on that!

Yes! Adding an example for how to call a method that takes arguments would be great.