Example applications, microservices, and code samples for the Internet Computer.
Silo is a collection of example applications and microservices designed for the Internet Computer. This project demonstrates a range of use cases using different technologies like Rust, JavaScript, Svelte, and WebAssembly (Wasm).
- Wasm Counter App: A counter example using WebAssembly.
- Native Apps: Explore native apps for Internet Computer.
- Hosting Examples: Showcase of hosting applications on Internet Computer.
- Rust-Based Microservices: Examples built using Rust.
- Rust 1.52+
- Node.js 14+
- DFX SDK
-
Clone the repository:
git clone https://github.com/bangkipli/silo.git cd silo
-
Install dependencies:
npm install
-
Build the project:
dfx build
Run the following to start the project locally:
dfx start
Then deploy the example applications:
dfx deploy
Feel free to submit issues or pull requests. Contributions are welcome!
This project is licensed under the MIT License - see the LICENSE file for details.
This template covers all the basic details and can be expanded as your project grows.