technology (23)

Medet Ahmetson

Ara

Computers are the best technology for expressing and exploring our minds. The result of expressing our thoughts through computers produces structured, precise information. This information has various names: All this information has unique characteristics: the computers or software could execute the data, including the conditions.

Continue reading...
Medet Ahmetson

Programming Language: Rust

Rust is a programming language designed by Mozilla Foundation. This is the notes on Rust Book. CLI applications: rustc rustup cargo cargo new <project_name> cargo build // --release for production cargo run cargo check //ensures code compiles but doesn't build the executable. fn main() {…

Continue reading...
Medet Ahmetson

OpenZeppelin in Preda programming language

This page describes porting the OpenZeppelin contracts into a PREDA model. The OpenZeppelin contracts consist of multiple parts: Library V5, Upgradeable Plugin, and Subgraph. This is the porting of some parts of version 5. The Upgradeable plugin is ported on its own later. The subgraph…

Continue reading...
Medet Ahmetson

The Preda Guide

Preda is a programming language to write distributed intelligent contracts that can execute transactions in parallel. If you are unfamiliar with the smart contract or want to see what Preda is, look at Programming Language: Preda, where I wrote some notes about it. This page…

Continue reading...