Skip to main content

Crate wp_evm_algebra_core

Crate wp_evm_algebra_core 

Source
Expand description

wp-evm-algebra-core — pure computation/data for Algebra-family CL DEXes.

Modules:

  • data — pure records (PoolState, AlgebraProtocolConfig, etc.)
  • quote — pure swap-math functions
  • plan — pure ABI-encoding functions
  • pool_address — pure CREATE2 pool address derivation

Modules§

data
Pure data records for the Algebra family.
farming
Pure Algebra eternal-farming claim planning (no provider, no clock).
plan
Pure plan functions for the Algebra family (V1.9 variant).
pool_address
Pure CREATE2 pool address derivation for AlgebraV1.9-shaped DEXes.
position
AlgebraPositionView — lossless 11-field mirror of Algebra V1.9 NFPM positions(uint256) plus the shared position-key helper.
quote
Pure quote functions for the Algebra family (V1.9 variant).