0xAlcibiades's Stars
fastapi/full-stack-fastapi-template
Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.
cilium/cilium
eBPF-based Networking, Security, and Observability
rustformers/llm
[Unmaintained, see README] An ecosystem of Rust libraries for working with large language models
xacrimon/dashmap
Blazing fast concurrent HashMap for Rust.
sigp/lighthouse
Ethereum consensus client in Rust
flashbots/pm
Everything there is to know about Flashbots
ProjectOpenSea/seaport
Seaport is a marketplace protocol for safely and efficiently buying and selling NFTs.
akula-bft/akula
Fastest Ethereum archive node ever built
Uniswap/v4-periphery
🦄 🦄 🦄 🦄 Peripheral smart contracts for interacting with Uniswap v4
pcwalton/offset-allocator
A port of Sebastian Aaltonen's `OffsetAllocator` to Rust
zkcrypto/pairing
Pairing-friendly elliptic curve library.
flashbots/rbuilder
rbuilder is a blazingly fast, state of the art Ethereum MEV-Boost block builder written in Rust
foundry-rs/foundry-rust-template
Template for quickly getting started with developing Rust applications that leverage Foundry for EVM smart contract development
foundry-rs/foundry-toolchain
GitHub action to install Foundry
valorem-labs-inc/quay
An open source, high performance limit order book for the Seaport smart contracts. Implemented in Rust using ethers-rs, this offers a turnkey option for digital asset marketplaces.
kalidao/keep
Tokenized multisig wallet.
valorem-labs-inc/clear
Valorem Clear is a DeFi money lego, enabling writing covered calls and cash-secured puts, physically settled or cash settled, American, European, and Exotic options.
gooberxyz/goobervault
An ERC-4626 style vault with Uni-V2 NFT<>ERC-20 bonding and VRGDA balancing
0x2mev/mevexec
Ethereum execution client based on go-ethereum with mev searcher additions
raid-guild/quiver
React Hooks for integrating Smart Contracts on Ethereum
warlock-labs/sylow
Aims to provide an audited, elegant, minimal implementation of BLS signing, key generation, resharing over the alt-bls128 curve
valorem-labs-inc/trade-interfaces
Valorem Trade is a signature relay for peer-to-peer trading of Valorem Clear options and other digital assets, settled on chain via Seaport. With Valorem Trade, users can access professional market maker liquidity via an off chain request-for-quote (RFQ) system. This repository contains protocol definitions and libraries for using Valorem Trade.
warlock-labs/solbls
Solidity Library for BLS over the alt-bn128 curve
valorem-labs-inc/evm-blackjack
♠️ Dive into our ETH Denver 2023 Hackathon project where we built a Dynamic PMF Random Variate Generator using Solidity for blockchain-based games. Discover how this innovation enhances fairness for on-chain games. ♠️
valorem-labs-inc/oracles
Oracles for greeks, realized volatility, implied volatility, risk free rate, black scholes using on chain data. Useful for pricing options and other derivatives in on-chain AMMs.
valorem-labs-inc/LibDDRV
Generate discrete random variates from a set of dynamically weighted elements in Solidity using a forest of trees data structure, based on a novel algorithm laid out in a paper found in the esoteric footnotes of Knuth. Runs in iterative log time for on-chain use cases.
warlock-labs/hyper-server
A performant high level server for hyper
valorem-labs-inc/posits
Real number math made real in Solidity with Posits. Posits are a new floating radix number type which offer superior performance and precision characteristics to floats. Especially useful in environments with no floating point hardware acceleration.
DrHongos/yew-alloy
Yew dapp using alloy
valorem-labs-inc/clear-subgraph
The Clear Subgraph indexes data on the Valorem Clear smart contracts using a GraphQL interface. It updates data in response to contract ABI function calls and events. The Subgraph can be used to power frontend apps and integration use cases.