-
Notifications
You must be signed in to change notification settings - Fork 434
doc(basic_bitcoin): add icp ninja link #1234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @mducroux! I could test it out and all seems to work!
|
||
This example can be deployed directly to the Internet Computer using ICP Ninja, where it will connect to Bitcoin **testnet4**. | ||
|
||
[](https://icp.ninja/editor?g=https://github.com/dfinity/examples/tree/master/rust/basic_bitcoin) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This points to the current master which does not include the latest change on dfx.json (namely adding init_arg). For the purpose of this review, dfx.json on ICP ninja needs to be modified to include init_arg.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In order to support Ninja deployment, you need to have an init_arg
. But README describes the process for local deployment where you instead specify network on deploy. This can become a little confusing.
I would suggest focusing the main branch on local deployment and then just creating a separate branch with the one line init_arg
addition Ninja requires.
Changes to the
basic_bitcoin
exampleREADME.md
:get_block_headers
command