MathCoprocessor
Team
Languages, Libraries & Stacks
Share project
Gallery
About MathCoprocessor
Smart contracts written in Solidity often need to perform mathematical operations that are either too resource intensive, or are simply unavailable in Solidity. A trivial example of the latter is to perform an exponentiation with a floating-point base (i.e., "x^y" where "x" is not an integer). This project proposes a simple solution using Cartesi Coprocessors, that allows smart contracts to send an arbitrary Python mathematical expression along with a callback to be called with the ABI-encoded result. This implementation includes support for NumPy and arbitrary ABI encodings.
What's next
Next intended steps are to provide ways to parameterize the input mathematical expressions. First, we would like to add variable replacement, with variables given as extra arguments along with the main mathematical expression string. Next, we would like to explore ways to fetch variable data using base layer access (dehashing), e.g., to specify some contract storage slot, or data from some event.
Explore similar projects

Drand Tooling
Dev-ToolThe Cartesi PRNG project aims to establish a versatile and reusable component library through React and TypeScript, facilitating the integration of a PRNG algorithm into Cartesi's technology stack. Leveraging Drand and Cartesi Rollups, the framework ensures the generation of truly random numbers in a trustless manner.