Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.06 KB

File metadata and controls

26 lines (17 loc) · 1.06 KB

Btrust Builders: LBCLI Week One Exercises

Instructions

Exercise should be done using Regtest network.

  1. Fork this repository.
  2. Go to the Actions tab and enable github workflow for your repository by clicking I understand my ...

  1. Clone the fork to your local computer.

  2. Add your bitcoin cli commands to the script files in the submission folder. Example:

    $ bitcoin-cli -regtest getblockcount
  3. Commit and push your changes to your remote fork.

  4. Confirm your forked repository has a green check mark.

  1. Submit your solution to this form: Google form.

PS: You can commit and push as often as you like and GitHub Actions will re-evaluate your code every time. You will need to look through the auto-grader logs (in the "actions" tab) to see what exactly you got right or wrong.