Cortex Remix is a browser-based compiler and IDE using programming language Solidity. It is based on Remix IDE. It supports the compilation and deployment of AI smart contracts and debugging transactions.
Developing on Cortex closely resembles writing Solidity contracts on Ethtereum, but with added instruction set. The instruction sets allows contracts to interact with models and data on Cortex and make inference.
Cortex Remix is designed to use
Cortex Remix mainly consists of two functional modules: compilation and deployment.
The compilation module supports compilation and optimization of AI smart contracts. Complied abi, bytecode, and additional information are also displayed in this module.
The deployment module can help deploy AI smart contracts to the Cortex network with the support of Cortex Wallet, allowing for on-chain inference.
soljson has been updated to 0.8.15 .