-
Notifications
You must be signed in to change notification settings - Fork 1
docs: Incorporate BigLep documentation comments from PR #16 #33
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
base: main
Are you sure you want to change the base?
Changes from all commits
655360b
43d4e22
dc43663
bdd1c73
1c80d4d
cce7790
b999d03
98a06e3
427c125
8d59b01
3d5e01b
e13357f
371a6b0
b747314
22a2f0d
84b8192
edb143e
f319cff
57c19c3
32701fd
6a0b1cd
b9d4cc1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -66,7 +66,7 @@ This will: | |||||
| - Start storage provider(s) | ||||||
| - Launch [Portainer UI](https://docs.docksal.io/use-cases/portainer/) for container management | ||||||
|
|
||||||
| **If you are have troubles**: Use `cargo run -- start`, removing parallelism during start, this may take longer. | ||||||
| **If you have troubles**: Use `cargo run -- start`, removing parallelism during start, this may take longer. | ||||||
|
|
||||||
| **That's it!** Your local Filecoin network is running. | ||||||
|
|
||||||
|
|
@@ -109,7 +109,7 @@ From building Docker images to deploying contracts—everything is automated: | |||||
| Built with modular steps for easy extension and customization: | ||||||
| - Add custom deployment steps | ||||||
| - Configure multiple PDP service providers | ||||||
| - Control "allowed" SP nodes via `~/.foc-devnet/config.toml` | ||||||
| - Control "allowed" SP nodes via `~/.foc-devnet/config.toml` (see [Configuration System](README_ADVANCED.md#configuration-system)) | ||||||
|
|
||||||
| ### 📜 Programmable | ||||||
| Built for scripting and automation: | ||||||
|
|
@@ -139,12 +139,13 @@ Bundled with Portainer for browser-based Docker management—no terminal wizardr | |||||
| | **Docker** | Desktop (macOS) or CE (Linux) | | ||||||
| | **tar** | Archive utility (usually pre-installed) | | ||||||
| | **Disk Space** | ~20GB for images and blockchain data | | ||||||
| | **x86 Architecture** | Some dependencies require x86 (Intel) architecture. As a result, ARM-based architectures (including Apple Silicon) may not be supported. See [GitHub Issues](https://github.com/FilOzone/foc-devnet/issues) for current architecture compatibility status. | | ||||||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
@redpanda-f: can you add a note about why ARM isnt' supported? I thought you said it was because Curio doesn't support it, but I see it does: https://docs.curiostorage.org/installation#arm-based-cpus If we don't know why it doesn't support it, can you please create a backlog item and we add iink to that backlog item here? |
||||||
|
|
||||||
| --- | ||||||
|
|
||||||
| ## 🛠️ Need More? | ||||||
|
|
||||||
| See **[ADVANCED_README.md](ADVANCED_README.md)** for comprehensive documentation on: | ||||||
| See **[README_ADVANCED.md](README_ADVANCED.md)** for comprehensive documentation on: | ||||||
| - **All commands reference** (init, build, start, stop, status, version) | ||||||
| - **Configuration system** (config.toml structure, parameters, editing) | ||||||
| - **Complete directory structure** (what's stored where and why) | ||||||
|
|
@@ -156,7 +157,7 @@ See **[ADVANCED_README.md](ADVANCED_README.md)** for comprehensive documentation | |||||
| - **Lifecycle overview** (full startup sequence, step implementation) | ||||||
| - **Service Provider examples** (1 SP with 0 authorized, 3 SPs with top 2 authorized, etc.) | ||||||
| - **Troubleshooting guides** (port conflicts, build failures, network issues) | ||||||
| - **Advanced topics** (custom genesis, Lotus API access, contract interaction) | ||||||
| - **Additional user actions** (custom genesis, Lotus API access, contract interaction) | ||||||
|
|
||||||
| --- | ||||||
|
|
||||||
|
|
||||||
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.
The architecture requirement statement is unclear about whether ARM-based architectures are definitively unsupported or potentially unsupported. Consider clarifying by stating either 'are not supported' if this is confirmed, or 'may experience issues' if support status varies by dependency. Also consider adding a brief note about workarounds (e.g., Rosetta 2, Docker x86 emulation) if any exist.