该板条箱验证了使用 SP1 生成的 Groth16 证明,利用 Solana 的 BN254 预编译进行高效的加密操作。
github: https://github.com/succinctlabs/sp1-solana 文章介绍:https://blog.succinct.xyz/solana-sp1/
这是一个小的 Rust 程序,用于获取与给定地址关联的签名总数。签名数量与交易数量直接相关。
github: https://github.com/Eclipse-Laboratories-Inc/get-signatures-for-address
github: https://github.com/anza-xyz/solana-ping-api
Octane 是 Solana 的无 gas 交易中继器。Octane 通过 HTTP API 接受交易,如果交易满足某些条件,则对其进行签名并广播到网络。
它旨在让任何人都能够作为无服务器 Node.js API 函数集合在 Vercel 上免费运行。
Solana 上的交易费用非常便宜,但用户仍然需要 SOL 来支付,而且他们通常不知道(或忘记)这一点。
github: https://github.com/anza-xyz/octane demo: https://github.com/sevazhidkov/octane-demo
网站:https://www.magicblock.xyz/ github: https://github.com/magicblock-labs docs:https://docs.magicblock.gg/introduction