Contract API
Programming API reference for the Stork Fast EVM contract.
SDK
Getting Started
// package.json
"dependencies": {
"@storknetwork/stork-fast-evm-sdk": "^1.0.0"
}npm i @storknetwork/stork-fast-evm-sdk// YourContract.sol
import "@storknetwork/stork-fast-evm-sdk/IStorkFast.sol";
import "@storknetwork/stork-fast-evm-sdk/StorkFastStructs.sol";Concepts
Upgradeability
Usage
Methods
Verify Signed ECDSA Payload
Verify And Deserialize Signed ECDSA Payload
Version
Examples
Last updated