2022.7 - 2023.7
During the internship, I was mainly responsible for the backend development and SDK writing of
flows.network
.
For backend server development work, I connect it with different platforms like GitHub, Telegram. I would read and study their documentation and then write the authentication and communicating logic. After encapsulation, it is written as a server according to the api requirements of
flows.network
.
I also need to write SDK in Rust for users of
flows.network
so that they can interact with the servers.
Since the environment in which
flows.network
runs the program is
WasmEdge
, the targets of the sdk are all WASI. I need to make a lot of trade-offs and workarounds specific to the WASI target.