Skip to content

musdaliph/Examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Silo

GitHub stars
Example applications, microservices, and code samples for the Internet Computer.

Overview

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).

Features

  • 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.

Requirements

  • Rust 1.52+
  • Node.js 14+
  • DFX SDK

Installation

  1. Clone the repository:

    git clone https://github.com/bangkipli/silo.git
    cd silo
  2. Install dependencies:

    npm install
  3. Build the project:

    dfx build

Usage

Run the following to start the project locally:

dfx start

Then deploy the example applications:

dfx deploy

Contributing

Feel free to submit issues or pull requests. Contributions are welcome!

License

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.

About

Example applications, microservices, and code samples for the Internet Computer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 44.9%
  • JavaScript 21.7%
  • Svelte 13.1%
  • Shell 5.4%
  • C# 4.7%
  • HTML 3.3%
  • Other 6.9%