Hi everyone,
Thanks for starring and forking the repository.
I'm currently developing btcaaron together with btcrun, a small framework for experimenting with Bitcoin transactions and reproducible node behaviour.
The goal is to make it easier to:
• construct Bitcoin transactions programmatically
• experiment with Taproot scripts
• run reproducible regtest scenarios
• explore policy / mempool behaviour across nodes
I'm currently looking for early testers who are interested in trying the examples and sharing feedback.
If you want to try something simple, one example scenario is:
python3 examples/core_test/scenarios/tutorial_tx_policy_consensus.py regtest
This runs a small regtest experiment to check mempool / policy behaviour.
Repository:
btcaaron
https://github.com/aaron-recompile/btcaaron
btcrun
https://github.com/aaron-recompile/btcrun
Feedback that would be especially helpful:
• installation / setup experience
• running examples on different environments
• testing with multiple node setups
• confusing documentation
• unexpected behaviour
Even small feedback is extremely helpful at this stage.
Thanks again for checking out the project.
Hi everyone,
Thanks for starring and forking the repository.
I'm currently developing btcaaron together with btcrun, a small framework for experimenting with Bitcoin transactions and reproducible node behaviour.
The goal is to make it easier to:
• construct Bitcoin transactions programmatically
• experiment with Taproot scripts
• run reproducible regtest scenarios
• explore policy / mempool behaviour across nodes
I'm currently looking for early testers who are interested in trying the examples and sharing feedback.
If you want to try something simple, one example scenario is:
python3 examples/core_test/scenarios/tutorial_tx_policy_consensus.py regtest
This runs a small regtest experiment to check mempool / policy behaviour.
Repository:
btcaaron
https://github.com/aaron-recompile/btcaaron
btcrun
https://github.com/aaron-recompile/btcrun
Feedback that would be especially helpful:
• installation / setup experience
• running examples on different environments
• testing with multiple node setups
• confusing documentation
• unexpected behaviour
Even small feedback is extremely helpful at this stage.
Thanks again for checking out the project.