Topic: "motoko"
dfinity/motoko
Simple high-level language for writing Internet Computer canisters
Language: OCaml - Size: 49.2 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 561 - Forks: 115

dfinity/motoko-base
The Motoko base library
Language: Motoko - Size: 3.68 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 491 - Forks: 100

dfinity/cancan
A scalable video sharing service.
Language: TypeScript - Size: 13.9 MB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 340 - Forks: 68

Blocks-Editor/blocks
Blocks. An online drag-and-drop smart contract builder.
Language: JavaScript - Size: 25.4 MB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 161 - Forks: 35

ic123-xyz/awesome-motoko
A curated list of Motoko code and resources.
Size: 219 KB - Last synced at: 8 days ago - Pushed at: 5 months ago - Stars: 113 - Forks: 49

dfinity/vessel
The original package manager for Motoko
Language: Rust - Size: 195 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 112 - Forks: 18

DFINITY-Education/blockchain-and-cryptocurrency
In this course, students will learn about the fundamentals of blockchain technology as well as the cryptocurrencies built on top of it. Module 1 serves as an intro to the concept of blockchains, cryptocurrencies, limitations of these services, and payment channels. Module 2 explains tokens and gives students the opportunity to experiment with an ERC-20 style token built on Motoko. In Module 3 students begin their own implementation of a payment channel in Motoko, and in Module 4 they finish this implementation. Each module builds upon concepts learned and activities completed in the prior modules.
Language: Modelica - Size: 383 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 79 - Forks: 25

ninegua/reversi
Multiplayer Reversi Game on Internet Computer
Language: JavaScript - Size: 1.19 MB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 70 - Forks: 26

dappblock/nextjs-ic-starter
Next.js Internet Computer Starter Template
Language: JavaScript - Size: 561 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 62 - Forks: 24

rvanasa/vite-react-motoko
Starter project for Vite + React + TypeScript + Motoko
Language: TypeScript - Size: 692 KB - Last synced at: 2 months ago - Pushed at: 8 months ago - Stars: 56 - Forks: 32

DFINITY-Education/web-development
In this course, students will learn how to develop web applications on the IC and ultimately implement an open auction platform similar to eBay. Module 1 serves as an intro to this unit, providing a primer for web development by reviewing canister messaging, HTTP requests, cycles, and autonomous canisters. Module 2 introduces students to the idea of an open auction platform and completes the majority of the backend required for such a project. In Module 3, students connect their backend code with a frontend accessible via browser. Finally, Module 4 has students implement an autonomous governance canister, that acts as the decentralized arbiter of our auction platform's feature upgrades.
Language: Motoko - Size: 2.33 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 55 - Forks: 8

dfinity/icp-eth-starter
An advanced starter project for interacting with Ethereum on the Internet Computer (Beta)
Language: TypeScript - Size: 1.91 MB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 45 - Forks: 18

ZenVoich/mops
Package manager for the Motoko programming language
Language: TypeScript - Size: 31.7 MB - Last synced at: about 11 hours ago - Pushed at: about 13 hours ago - Stars: 42 - Forks: 6

motoko-bootcamp/motokobootcamp-2023
Language: Motoko - Size: 24.5 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 39 - Forks: 39

BoomDAO/game-launcher
A platform for discovering games, deploying game builds to smart contract canisters, creating NFT & Token collections, airdrops, payments, in-game minting & burning, configuring World smart contracts and more.
Language: Motoko - Size: 15.1 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 36 - Forks: 7

DFINITY-Education/data-structures
In this course, students will learn about the foundational elements of data structures as well as how they work on the Internet Computer. Module 1 serves as an intro to this unit, providing context for data structure design and the tradeoffs to consider when weighing which to use in certain projects. Module 2 and 3 explore the distinction between Motoko's differing styles for writing data structures: object-oriented (collection of functions that mutate state), and pure (no methods, no mutations). Module 4 builds on the data structures explored so far. Students will get hands-on experience via the IC's `BigMap` library, learning to scale their data structures beyond a single canister in the process.
Language: Modelica - Size: 243 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 34 - Forks: 4

DFINITY-Education/protocol-design
In this course, students will learn about the basics of protocols, understand how core protocols create the internet as we know it, and develop a high-level conception of the Internet Computer Protocol. Using this knowledge, students will implement their own version of DNS and a basic banking application on the Internet Computer. Module 1 serves as an intro to this unit, providing context for protocol design that will then be leveraged in Modules 2-4 to implement several applications on the Internet Computer.
Language: Modelica - Size: 620 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 31 - Forks: 8

krpeacock/ic-avatar
Latest iteration of the IC Avatar tutorial application
Language: TypeScript - Size: 2.81 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 29 - Forks: 10

DFINITY-Education/programming-languages
In this course, students will learn about the foundational elements of programming languages as well as the design principles behind Motoko and the Internet Computer, and will build their own simple stack machine using these ideas. Module 1 serves as an intro to this unit, providing historical context for programming language design and how this relates to Motoko. Module 2 introduces the idea of a stack machine that can sequentially process instructions, and Modules 3 and 4 build upon this implementation to extend the functionality of the stack machine with type enforcement and branching.
Language: Motoko - Size: 182 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 29 - Forks: 7

dfinity/motoko-dev-server
A live reload development server for Motoko smart contracts.
Language: TypeScript - Size: 2.45 MB - Last synced at: 26 days ago - Pushed at: about 2 months ago - Stars: 24 - Forks: 1

BoomDAO/world-template
A Motoko template for deploying a custom World canister manually. A World canister is the "game server" of your game, regulating the logic and rules governing your game economy. Note: We recommend deploying a World from the Game Launcher website, this repo is only for devs wanting to manually write their World canister.
Language: Motoko - Size: 490 KB - Last synced at: 5 months ago - Pushed at: 9 months ago - Stars: 21 - Forks: 0

matthewhammer/ic-mini-terminal
Internet Computer Mini Terminal
Language: Rust - Size: 1.65 MB - Last synced at: 8 days ago - Pushed at: over 2 years ago - Stars: 21 - Forks: 5

BoomDAO/examples
Useful Motoko game features to help game developers collaborate and kickstart game development on ICP. Includes examples for a chat system, real-time multiplayer simulation, remote configs, and batch transfer tool.
Language: Motoko - Size: 118 MB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 20 - Forks: 0

dfinity/node-ic0
An easy-to-use JavaScript API for the Internet Computer.
Language: TypeScript - Size: 541 KB - Last synced at: 27 days ago - Pushed at: 9 months ago - Stars: 19 - Forks: 2

DFINITY-Education/distributed-systems
In this course, students will learn the fundamentals of distributed systems programming by building on top of the open auction platform we previously created in the Web Development section. Module 1 serves as an intro to this unit, providing a primer for Distributed Systems by reviewing distribution transparency and distributed time. Module 2 introduces students to the idea of "locking", borrowed from database management systems, which ensures that users cannot simultaneously bid on the same auction. In Module 3, students implement a feature that ensures bids are processed in the correct order. Finally, in Module 4 students explore how they can maintain bid "secrecy" in a distributed system through the use of hashing.
Language: Modelica - Size: 1.51 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 17 - Forks: 2

ic123-xyz/ic123
ICP互联网计算机开发者和社区贡献者的成长之路
Language: JavaScript - Size: 155 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 16 - Forks: 17

NatLabs/serde
Serialization and Deserialization library for motoko
Language: Motoko - Size: 833 KB - Last synced at: 14 days ago - Pushed at: 15 days ago - Stars: 15 - Forks: 5

matthewhammer/motoko-sequence
Generic Motoko library for sequential data
Language: Motoko - Size: 76.2 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 15 - Forks: 3

matthewhammer/candid-spaces
A candid data lake service for the internet computer.
Language: Modelica - Size: 112 KB - Last synced at: 5 months ago - Pushed at: about 4 years ago - Stars: 14 - Forks: 1

ninegua/ic-utils
Unofficial software development kit for the Internet Computer
Language: Shell - Size: 54.7 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 13 - Forks: 3

NnsDao/dfinity-sdk-docs
Dfinity Rust Wasm开发指南
Language: HTML - Size: 38.7 MB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 13 - Forks: 1

ic-dstar/ic-dstar
dstar II exchange
Language: Motoko - Size: 339 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 12 - Forks: 4

icdevsorg/axon Fork of FloorLamp/axon
DAO in a box
Language: TypeScript - Size: 6.71 MB - Last synced at: 18 days ago - Pushed at: about 2 years ago - Stars: 12 - Forks: 9

dfinity/embed-motoko
Embed a custom Motoko code snippet in a Medium article, blog post, or webapp.
Language: TypeScript - Size: 3.21 MB - Last synced at: about 12 hours ago - Pushed at: about 14 hours ago - Stars: 11 - Forks: 2

ZenVoich/fuzz
Motoko fuzzing library
Language: Motoko - Size: 38.1 KB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 11 - Forks: 2

arjuncvinod/First-Internet-Computer-App
First internet computer app built while learning Blockchain
Language: JavaScript - Size: 99.6 KB - Last synced at: 8 days ago - Pushed at: almost 2 years ago - Stars: 11 - Forks: 0

aviate-labs/encoding.mo
Encoding Package for Motoko
Language: Motoko - Size: 26.4 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 11 - Forks: 2

NatLabs/http-parser.mo
HTTP Request Parser for Motoko
Language: Motoko - Size: 131 KB - Last synced at: 21 days ago - Pushed at: 5 months ago - Stars: 10 - Forks: 3

dfinity/canpack
Package multiple libraries into one ICP canister.
Language: TypeScript - Size: 1.45 MB - Last synced at: 4 months ago - Pushed at: 8 months ago - Stars: 10 - Forks: 0

nostric-devs/nostric
Simple Nostr client running on the ICP. Using vetkeys for secure storing private keys on-chain.
Language: Svelte - Size: 8.01 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 10 - Forks: 1

motoko-bootcamp/dao-adventure-initiation
Want to join the adventure? Prove your worth by deploying your first dApp!
Language: Motoko - Size: 13 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 10 - Forks: 4

arjuncvinod/DBank-Motoko
Built while learning Internet Computer and Motoko language
Language: JavaScript - Size: 160 KB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 10 - Forks: 0

papyrs/ic
Backend canisters and providers of Papyrs
Language: TypeScript - Size: 954 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 10 - Forks: 4

av1ctor/evm-txs.mo
EVM transactions creation, encoding, and decoding library in pure Motoko
Language: Motoko - Size: 1.54 MB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 9 - Forks: 4

internet-computer/testing.mo
Testing Framework for Motoko
Language: Motoko - Size: 20.5 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 2

av1ctor/icdevs-wasmer
ICDevs bounty #34: Wasmer
Language: C - Size: 1.61 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 0

krpeacock/motoko-outcalls-proxy
Simple example of motoko outcalls
Language: JavaScript - Size: 99.6 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 1

domwoe/canister-monitoring
Example of monitoring a canister with Prometheus
Language: Motoko - Size: 16.6 KB - Last synced at: 4 months ago - Pushed at: about 3 years ago - Stars: 8 - Forks: 0

yuvirajawat/CRYPNFT
Developed a NFT marketplace using React and Motoko where users can discover NFT collections, buy from it , mint NFTs and list their NFT’s for sell.
Language: JavaScript - Size: 7.21 MB - Last synced at: 5 months ago - Pushed at: about 3 years ago - Stars: 8 - Forks: 2

cosmasken/ic-payroll
Fully on-chain decentralized Hrms on the internet Computer. Send and Receive Bitcoin. Single & Bulk Payments. Pay Now or schedule payments.
Language: Vue - Size: 325 MB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 7 - Forks: 1

iamenochchirima/ic-websockets-chat-mo
A real-time chat example on how to use IC WebSockets to send and receive messages between the frontend and a backend canister
Language: TypeScript - Size: 1.02 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 7 - Forks: 2

dfinity/icp-hello-world-motoko
A quick and easy way to develop for the Internet Computer in Motoko on macOS, Windows or Linux.
Language: Python - Size: 270 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 7 - Forks: 20

NatLabs/Itertools
A library with utility functions and data types for creating efficient iterators in Motoko.
Language: Motoko - Size: 161 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 7 - Forks: 1

Ayu10x/DBANK
DFi-App showing compound transactions on Blockchain.
Language: JavaScript - Size: 382 KB - Last synced at: 11 months ago - Pushed at: almost 3 years ago - Stars: 7 - Forks: 0

tomkoom/cyql.io
cyql.io is a curated gallery of Internet Computer projects.
Language: TypeScript - Size: 52.1 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 6 - Forks: 1

ilbertt/fortune-wheel-booth 📦
Fortune wheel game for your conference booth
Language: TypeScript - Size: 28.6 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 6 - Forks: 3

BoomDAO/world-protocol
An on-chain game server protocol weaving together ICP games into one universally accessible database, supercharged with modular game logic, composable data standards, and customizable access control for interactions across game worlds. With additional features for payments, minting, and burning.
Language: Motoko - Size: 3.02 MB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 5 - Forks: 0

jakepeg/doocoins-pwa
DooCoins is a reward system for kids that motivates and teaches them important financial literacy and organization skills.
Language: JavaScript - Size: 5.26 MB - Last synced at: about 1 month ago - Pushed at: 8 months ago - Stars: 5 - Forks: 2

N-dcool/Dapp_GoogleKeepNotes
This repository contains a blockchain-based decentralized version of Google Keep using Motoko language.
Language: JavaScript - Size: 325 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 1

ahdrahees/cipher-box
Decentralized password manager & TOTP gen on ICP, encrypted with VETKeys on your device. Take back control of your data.
Language: Svelte - Size: 858 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 4 - Forks: 1

polychromatist/tree-sitter-motoko
tree-sitter for motoko
Language: JavaScript - Size: 1.56 MB - Last synced at: 4 months ago - Pushed at: 9 months ago - Stars: 4 - Forks: 0

obsidian-tears/obsidian_tears_frontend_backend
Game frontend (React) and backend (Motoko)
Language: Motoko - Size: 216 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 1

dscope-io/ISO20022
ISO20022 compatible Internet Computer types and samples
Language: Motoko - Size: 1.05 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 4

dapp-mans-switch/dapp-mans-switch
A decentralized dead man's switch.
Language: Motoko - Size: 31.6 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 2

edmhok/waste2earn
Waste Management - ICP Thinkhackathon
Language: TypeScript - Size: 32.9 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 0

atengberg/icrc1_payment_client_demo
Adaption of BNT-3 ICRC1 Compliant Payment Flow with web workers, Tailwind & more.
Language: Motoko - Size: 2.07 MB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 0

ZenVoich/mocv
Motoko Compiler(moc) version manager
Language: JavaScript - Size: 99.6 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 0

NashAiomos/NeutronStarDAO
The web 3.0 social platform on IC!
Size: 569 KB - Last synced at: 12 months ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 1

rncrmn/auth-client
I created this simple Who Am I DApp using Internet Identity for the Authentication, Motoko as the backend, and React and Tailwind CSS for the frontend.
Language: JavaScript - Size: 171 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

jkmartindale/ethical_targeting-backend 📦
Effectively drive SMB revenue without selling your soul
Language: TypeScript - Size: 188 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 1

Talentum-id/formyfi
Fully on-chain decentralized Q&A Application
Language: Vue - Size: 3.94 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 3 - Forks: 1

Game-Bloc/Gamebloc-ICP
GameBloc
Language: TypeScript - Size: 358 MB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 3 - Forks: 0

motoko-bootcamp/survival-guide
A book to survive while completing your bootcamp
Language: Motoko - Size: 63.1 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 3 - Forks: 9

motoko-bootcamp/you
The official user-canister repository for the Reboot game.
Language: Motoko - Size: 1.83 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 3

basnugroho/bvote
ICP Hackathon 2024 by LevelUp Team: Introducing a Blockchain-based Voting Application on the ICP platform, crafted with the Motoko programming language.
Language: Motoko - Size: 632 KB - Last synced at: 11 months ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

web3r-chat/dapp-0
React frontend & motoko smart contract for our first Rasa Chatbot for the Internet Computer.
Language: JavaScript - Size: 2.63 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

seanpm2001/Learn-Motoko
A repository for showcasing my knowledge of the Motoko programming language, and continuing to learn the language.
Language: Motoko - Size: 601 KB - Last synced at: 4 days ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 1

icpleague/awesome-icp
ICP-dfinity-awesome
Size: 16.6 KB - Last synced at: 3 days ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 1

NnsDao/ICTexas
Build on IC.
Language: Modelica - Size: 204 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 0

gianalarcon/scaffold-icp
Scaffold-ICP: toolkit for building dApps on ICP
Language: TypeScript - Size: 41.8 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

jesssekeogh/neuro
A Motoko package for basic staking and neuron management.
Language: Motoko - Size: 480 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 3

dfinity/rules_motoko
Motoko rules for Bazel.
Language: Starlark - Size: 41 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

0xJonaseb11/icp.init.boilerplate
ICP Building | DApp boilerplate
Language: TypeScript - Size: 182 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0

AdrianYuu/tixly
A decentralized ticketing platform leveraging Web3 technology, built with React and Motoko. Developed as part of our team submission for the Codefest Hackathon 7.0, it aims to provide a secure, transparent, and efficient system for purchasing and managing tickets.
Language: TypeScript - Size: 3.7 MB - Last synced at: 4 months ago - Pushed at: 9 months ago - Stars: 2 - Forks: 1

dheerajGits/Dapp-Keeper
Dapp Keeper is a decentralized application, made on web3 principles, leveraging blockchain technology, developed using the DFINITY Internet Computer. The frontend is built with React, providing a dynamic and responsive user experience. The application employs JavaScript for frontend logic and uses Motoko to write smart contracts.
Language: JavaScript - Size: 356 KB - Last synced at: 4 months ago - Pushed at: 12 months ago - Stars: 2 - Forks: 0

ash-singh/IDeCom
Decentralized Commerce build on ICP web3
Language: JavaScript - Size: 1.95 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

TheVanquiser/SIGMADEFI
sigmadefi is a defi tools for developers or investor build with internet computer
Language: Motoko - Size: 573 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

janusdotai/supercartd
A simple ecommerce platform for the Internet Computer
Language: Motoko - Size: 4.92 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

Tswaanda/tswaanda-marketplace
Tswaanda marketplace for creating KYC request, browse products and create orders on products
Language: TypeScript - Size: 2.08 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

SomyaRanjanSahu/flutter-ii-authentication
This is a template that demonstrates the authentication of Internet Identity in FLUTTER application.
Language: Dart - Size: 9.61 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

SomyaRanjanSahu/VimaanWay
Decentralized flight ticket booking system
Language: JavaScript - Size: 8.21 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

seanpm2001/AI2001_Category-Source_Code-SC-Motoko
🧠️🖥️2️⃣️0️⃣️0️⃣️1️⃣️💾️📜️ The sourceCode:Motoko category for AI2001, containing Motoko programming language datasets
Language: R - Size: 2.47 MB - Last synced at: 4 days ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 1

BeamFi/BeamFiProtocol
BeamFi Protocol
Language: Modelica - Size: 1.17 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

NnsDao/nomos-v1
Nomos platform based on Dfinity, building Daos, Daon management, and reputation governance.
Language: TypeScript - Size: 22.3 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

seanpm2001/SNU_2D_ProgrammingTools_IDE_Motoko
The Motoko Programming language IDE submodule for SNU Programming Tools (2D Mode)
Language: Motoko - Size: 639 KB - Last synced at: 4 days ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 1

lukasvozda/icblog
Sample Blog app running on the Internet Computer. Backend is written in Motoko programming language and frontend in Svelte compiler.
Language: Svelte - Size: 113 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 3

tomkoom/nftminter
Core project for the Motoko Bootcamp https://github.com/motoko-bootcamp/bootcamp
Language: JavaScript - Size: 979 KB - Last synced at: 5 months ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

oooawe/oooawe.github.io
Motoko Ghosts for RunCat Runner
Language: Python - Size: 5.42 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 1 - Forks: 0

Unchainers/Overworked
World Computer Hacker League 2025 by Unchainers 🔗❤️🔥
Language: TypeScript - Size: 15.7 MB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0

NMsby/ai-chama-manager
AI-Powered Decentralized Chama (Savings Group) Manager built on Internet Computer Protocol. Combines blockchain transparency with AI-driven financial insights for Kenyan savings groups. Features predictive analytics, automated governance, and on-chain AI inference.
Language: TypeScript - Size: 464 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 1
