Skip to content

Commit

Permalink
Merge pull request #232 from kinode-dao/hf/add-composition-cookbook
Browse files Browse the repository at this point in the history
add composition demo code
  • Loading branch information
nick1udwig authored Jul 10, 2024
2 parents c8dd5d2 + fcaee69 commit e9b4761
Show file tree
Hide file tree
Showing 22 changed files with 5,440 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
- [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)
- [Exporting & Importing Package APIs](./cookbook/package_apis.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/remote_file_storage/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 e9b4761

Please sign in to comment.