Skip to content

Commit

Permalink
Merge pull request #216 from kinode-dao/hf/talking-to-outside
Browse files Browse the repository at this point in the history
talking to outside
  • Loading branch information
nick1udwig authored Jun 14, 2024
2 parents b0293c5 + 6132e59 commit 880f4d0
Show file tree
Hide file tree
Showing 45 changed files with 13,499 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ book/*

.DS_Store
*/**/.DS_Store
*/**/node_modules
*/**/node_modules

src/code/*/target
src/code/*/*/target
src/code/*/*/wasi_snapshot_preview1.wasm
1 change: 1 addition & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
- [Reading Data from ETH](./cookbook/reading_data_from_eth.md)
- [Writing Data to ETH](./cookbook/writing_data_to_eth.md)
- [Use ZK proofs with SP1](./cookbook/zk_with_sp1.md)
- [Talking to the Outside World](./cookbook/talking_to_the_outside_world.md)
- [API Reference](./api_reference.md)
- [ETH Provider API](./apis/eth_provider.md)
- [Frontend/UI Development](./apis/frontend_development.md)
Expand Down
8 changes: 8 additions & 0 deletions src/code/http_client/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
*/target/
/target
pkg/*.wasm
*.swp
*.swo
*/wasi_snapshot_preview1.wasm
*/wit/
*/process_env
Loading

0 comments on commit 880f4d0

Please sign in to comment.