Pinned Repositories
100_days_of_code
100 Days of Code
amm-dex
Trying to build a Substrate based AMM DEX
bytecode_interpreter
Simple stack based VM written in Rust
ChaosDAO
A repository of documents related to ChaosDAO
ink-meta-transaction
Translation of the Open Zeppelin Minimal Forwarder contract to ink!
merkle-tree
Simple Rust implementation of a Merkle Tree for practice/learning
SFA-Cast
UDP multicast client/server application for sharing your screen with the classroom.
undirected-graph-dfs
Undirected graph with depth first search in Python 3
Warehouse_Inventory
A basic, 3-layer architecture web app for managing the inventory in a warehouse.
jakerumbles's Repositories
jakerumbles/ink-meta-transaction
Translation of the Open Zeppelin Minimal Forwarder contract to ink!
jakerumbles/ChaosDAO
A repository of documents related to ChaosDAO
jakerumbles/100_days_of_code
100 Days of Code
jakerumbles/amm-dex
Trying to build a Substrate based AMM DEX
jakerumbles/bytecode_interpreter
Simple stack based VM written in Rust
jakerumbles/ink-smart-contracts
Learning ink! smart contract development for Polkadot/Kusama parachains.
jakerumbles/merkle-tree
Simple Rust implementation of a Merkle Tree for practice/learning
jakerumbles/the-rust-programming-language
Working through the The Rust Programming Language book
jakerumbles/GitArch-Squid
InvArch Squid
jakerumbles/InvArch-Frames
InvArch FRAME Pallet Library - NFT, DAO, & IP Ownership Infrastructure for Substrate
jakerumbles/InvArch-Node
Official Repository for the InvArch network.
jakerumbles/InvArch-subql
jakerumbles/Katterli_Blog
A custom blog site I'm building my sister for fun
jakerumbles/neural-net
jakerumbles/node2
Learning Substrate
jakerumbles/open-runtime-module-library
Substrate Open Runtime Module Library
jakerumbles/openbrush-contracts
jakerumbles/phat-offchain-rollup
Phat Contract Stateful Rollup implementation
jakerumbles/recursive_file_lines
Recursive file search
jakerumbles/rust-macros
Learning how to build Rust macros
jakerumbles/solana
jakerumbles/solidity-course
jakerumbles/subquery-hero-course
SubQuery Hero Course
jakerumbles/subsocial-squid-query
jakerumbles/substrate
Substrate: The platform for blockchain innovators
jakerumbles/substrate-contracts-node
substrate-contracts-node template for developing/running ink! based smart contracts. I tried to add the Contracts pallet to my node2 node template, but apparently it's not as straightforward to add the Contracts pallet to your runtime as it is for other pallets so I'm using the template instead.
jakerumbles/substrate-docs
Substrate Developer Hub. Substrate is powered by best in class cryptographic research and comes with peer to peer networking, consensus mechanisms, and much more.
jakerumbles/substrate-front-end-template
Forked substrate-front-end-template for working through the Substrate tutorials!
jakerumbles/substrate-tutorials
A collection of exercices to teach yourself Substrate
jakerumbles/tokio-client-server