💻Building dApps

App development on Valence

Valence is an EVM chain that's compatible with most existing frameworks and tools out there. In addition to the standard EVM capabilities, we also support native AI inference, directly from your smart contract.

Inference capabilities on Valence are exposed through a number of Solidity interfaces and precompiles that any smart contract can call.

Our Solidity Inference SDK can be installed by running:

npm i valence-inference-lib

The SDK is split into 2 parts:

  • Data preprocessing: helps convert on-chain data into a format that's suitable for inferencing

  • Inference: used for natively running inference from smart contracts

Last updated