Solana
A high-throughput, low-fee blockchain with a runtime distinct from the EVM. Different programming model, different trade-offs.
Solana is not EVM-compatible. Smart contracts (called "programs" on Solana) are written in Rust, deployed as BPF bytecode, and executed by the Solana runtime. The architecture optimises for throughput (thousands of TPS) and low fees, at the cost of higher hardware requirements for validators and a different (some say more centralised) decentralisation profile.
For consumer applications where the user pays sub-cent fees and confirmation is sub-second, Solana is hard to beat. For deep DeFi composability with the EVM ecosystem, the lift to bridge across is non-trivial. The right chain depends on which trade-off matters more for your product.
Wavect ships in both Solana and EVM. We have no chain bias; we have a use-case bias.