Skip to content

Instantly share code, notes, and snippets.

@ssbright
Last active June 24, 2022 01:03
Show Gist options
  • Save ssbright/3cabac9775563121b2b0b9a072a773a2 to your computer and use it in GitHub Desktop.
Save ssbright/3cabac9775563121b2b0b9a072a773a2 to your computer and use it in GitHub Desktop.
ChainCode Bitcoin Protocol Development
from example_test import ExampleTest, BaseNode
from test_framework.test_framework import BitcoinTestFramework
ET = ExampleTest()
ET.set_test_params()
ET.num_nodes = 3
ET.setup()
ET.run_test()
ET.shutdown()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment