gstd
The standard library for Gear smart contracts provides all the necessary functions and methods required for your smart contracts.
While gcore
allows for a more low-level implementation of smart contracts, gstd
offers pre-built modules enabling smart contract implementation in a secure and precise manner, which is recommended for most scenarios.