SORA L1 L2 Development & Data Recovery System 採用情報: SORA L1 L2 開発者 & データ復旧システム

Development Languages: C, C++, Python, Rust
This job involves the development of SORA L1 L2 and the maintenance of a data recovery system. The structure of blockchain and file systems are derived from the concept of data accumulation, and their structures are quite similar.
Blockchain: It is composed of singly linked blocks through hashes and a hash tree of transactions bundled in blocks. The unit of data is an unsigned char.
File System: It is composed of fragmentation management of data through indirect blocks and data runs, and a B-tree for random access to this data. The unit of data is a sector.

開発言語:C, C++, Python, Rust
この仕事は、SORA L1 L2の開発と、データ復旧システムのメンテナンスです。 ブロックチェーンの構造とファイルシステムは、データを積むという概念から派生しており、その構造はよく似ております。
ブロックチェーン:ハッシュによるブロックの単連結と、ブロックにまとめられたトランザクションのハッシュ木で構成されています。データ単位はunsigned charです。
ファイルシステム:間接ブロックやデータランによるデータの断片化管理と、そのデータをランダムでアクセスするためのB木で構成されています。データ単位はセクタです。

Blockchain abstraction structure:

FileSystem structure: