Commonly Used Libs
There are times we find helpful tools and libraries when working on blockchain projects and then we stick with them. We list them here, and hopefully you will find them helpful when working on your own blockchain projects.
Note that the CESS blockchain is built on top of Substrate blockchain SDK. Users can deploy both ink! smart contracts and EVM-compatible smart contracts on CESS blockchain.
Substrate
An umbrella project encompassing three sub-projects: Substrate, Cumulus, and Polkadot. CESS node is built on top of the Substrate blockchain SDK.
Substrate
Javascript/Typescript library to interact with Substrate-based blockchains. It has a set of utility libraries on cryptographic functions.
ink! Smart Contract
A hooks library for the popular frontend javascript framework React with focus on smart-contract interactions.
EVM Smart Contract
Lightweight, composable, and type-safe modules that interface with EVM-compatible chains.
Last updated