Logo

dev-resources.site

for different kinds of informations.

Koinos, Smart Contracts, WASM & Protobuf

Published at
4/9/2024
Categories
blockchain
koinos
protobuf
webassembly
Author
isaactdozier
Author
12 person written this
isaactdozier
open
Koinos, Smart Contracts, WASM & Protobuf

Koinos Network utilizes 2 important features for working with Smart Contracts. WASM and Protobuf.

I wont try explaining how these work, others have already done a much better job. This post is meant to guide you in the right direction for working with Smart Contracts on Koinos Network and provide resources.

Here’s a few links to get started.

WASM :

https://medium.com/javascript-scene/what-is-webassembly-the-dawn-of-a-new-era-61256ec5a8f6

WebAssembly

Protobuf:

https://thecodebarbarian.com/working-with-protobufs-in-node-js.html

Protocol Buffers

These are great resources for understanding WASM and Protobuf, but how do these apply to Koinos? Here are a few links describing the uses of these features within the Network.

WASM: https://docs.koinos.io/architecture/smart-contracts/?h=wasm

Protobuf: https://docs.koinos.io/architecture/contract-abi/?h=protobuf

Checkout my Learn Koinos Github repo.

protobuf Article's
30 articles in total
Favicon
Protocol Buffers as a Serialization Format
Favicon
Part 2: Defining the Authentication gRPC Interface
Favicon
Compile Protocol Buffers & gRPC to Typescript with Yarn
Favicon
Use RBAC to protect your gRPC service right on proto definition
Favicon
Gamechanger Protobuf
Favicon
Gamechanger Protobuf
Favicon
RPC Action EP2: Using Protobuf and Creating a Custom Plugin
Favicon
FauxRPC
Favicon
Why should we use Protobuf in Web API as data transfer protocol.
Favicon
JSON vs FlatBuffers vs Protocol Buffers
Favicon
gRPC - Unimplemented Error 12
Favicon
A protoc compiler plugin that generates useful extension code for Kotlin/JVM
Favicon
Reducing flyxc data usage
Favicon
Koinos, Smart Contracts, WASM & Protobuf
Favicon
This Week I Learnt: gRPC & Protobuf
Favicon
Building a gRPC Server with NestJS and Buf: A Comprehensive Showcase
Favicon
Exploring Alternatives: Are There Better Options Than JSON?
Favicon
Creating the Local First Stack
Favicon
Roll your own auth with Rust and Protobuf
Favicon
OCaml, Python and protobuf
Favicon
Introduction to Protocol Buffers
Favicon
Using Protobuf with TypeScript
Favicon
[Typia] I made Protocol Buffer library of TypeScript, easiest in the world
Favicon
Protoc Plugins with Go
Favicon
Using Azure Web PubSub with Protobuf subprotocol in .NET
Favicon
A secret weapon to improve the efficiency of golang development, a community backend service was developed in one day
Favicon
Linting Proto Files With Buf
Favicon
What is gRPC
Favicon
fast framework for binary serialization and deserialization in Java, and has the fewest serialization bytes
Favicon
Protobuf vs Avro for Kafka, what to choose?

Featured ones: