Pinned Repositories
CircularBuffer
A circular buffer implemented in motoko
http-parser.mo
HTTP Request Parser for Motoko
ic-assets
A reference implementation of the asset canister
icrc1
A full implementation of the ICRC-1 fungible token standard
Itertools
A library with utility functions and data types for creating efficient iterators in Motoko.
memory-buffer
A persistent buffer data structure in motoko
memory-collection
A collection of persistent data structures in motoko
memory-region
An abstraction over the native Region type in motoko that allows users to reuse deallocated memory segments
serde
Serialization and Deserialization library for motoko
web-io
NatLabs's Repositories
NatLabs/icrc1
A full implementation of the ICRC-1 fungible token standard
NatLabs/serde
Serialization and Deserialization library for motoko
NatLabs/http-parser.mo
HTTP Request Parser for Motoko
NatLabs/Itertools
A library with utility functions and data types for creating efficient iterators in Motoko.
NatLabs/ic-assets
A reference implementation of the asset canister
NatLabs/memory-buffer
A persistent buffer data structure in motoko
NatLabs/web-io
NatLabs/CircularBuffer
A circular buffer implemented in motoko
NatLabs/memory-region
An abstraction over the native Region type in motoko that allows users to reuse deallocated memory segments
NatLabs/moh
A collection of helpful motoko functions.
NatLabs/augmented-btrees
NatLabs/BitBuffer
A Buffer for bit-level and byte-level manipulation.
NatLabs/BufferDeque
A Buffer with the functionality of a Deque for efficient insertion and deletion at both ends.
NatLabs/CanDB
CanDB - CanDB is a flexible, performant, and horizontally scalable non-relational multi-canister data storage framework built for the Internet Computer.
NatLabs/certified-assets
A library for certifying assets served via HTTP, ensuring the security of query calls on the Internet Computer.
NatLabs/linked-list
A doubly linked list with functions for node level access
NatLabs/lru-cache
NatLabs/memory-collection
A collection of persistent data structures in motoko
NatLabs/StableHeapBTreeMap
A functional BTreeMap that can be used with a stable variable in heap memory
NatLabs/template.mo
Template for creating libraries in motoko
NatLabs/awesome-motoko
A curated list of Motoko code and resources.
NatLabs/BitMap
NatLabs/deflate.mo
An Implementation of the Deflate compression algorithm for Gzip
NatLabs/icrc-token
A full implementation of the ICRC-1 fungible token standard in stable memory
NatLabs/incremental-ids
Generates and manages reusable sequential Nat IDs starting from 0.
NatLabs/json.mo
JSON for Motoko
NatLabs/MultiValuedMap
A map for storing multiple values associated with the same key
NatLabs/sha2
Optimized implementation of all SHA2 functions
NatLabs/vite-react-motoko
Starter project for Vite + React + TypeScript + Motoko
NatLabs/ZenDB