Subnets updates trichards#224
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## master #224 +/- ##
===========================================
+ Coverage 0 92.26% +92.26%
===========================================
Files 0 6 +6
Lines 0 336 +336
===========================================
+ Hits 0 310 +310
- Misses 0 26 +26
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
obycode
left a comment
There was a problem hiding this comment.
Thanks @trichards-hiro. This structure looks great. There are a bunch of updates needed in the processes. I'll open a PR against this one with updates.
|
|
||
| # Getting Started | ||
|
|
||
| Subnets can be built using any of the following methods: |
There was a problem hiding this comment.
This section needs many updates. I'll send a revision today.
| In order to call the deposit NFT function in the hyperchains interface contract, the principal `USER_ADDR` must be called using the command shown below. | ||
|
|
||
| ``` | ||
| node ./deposit_nft.js 3 |
There was a problem hiding this comment.
It will be more helpful to users if we more directly show them the contract calls that need to be made, and show the calls to stacks.js, instead of using these scripts here. I will update.
| Lock file: /var/lock/subsys/stacks (SysVinit) | ||
|
|
||
| The PID directory and data directory should both be owned by the | ||
| The PID directory and data directory should be owned by both the |
There was a problem hiding this comment.
The "both" here is better in the original location, referring to both directories.
|
Since I wasn't able to push to this branch on your fork, I pushed a new branch with updates to the devnet walkthrough, |
|
This was merged into #225 |
Description
Subnets need technical documentation for developers to understand how to use subnets. This PR includes new subnets technical content and documentation.