Skip to content
View useneroproto's full-sized avatar

Block or report useneroproto

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
useneroproto/README.md

contribution snake

Trillions of dollars of stocks, ETFs, and real-world assets are moving onchain. What isn't being built is the market. That is the only thing Nero is building.


  GitHub Analytics  

license last commit repos followers

activity graph

streak


  Tech Stack  

Rust TypeScript Solidity Node Ethereum

Hardhat Foundry Docker CI Redis


  How It Works  

1
Sign
Trader constructs and signs
an EIP-712 order
2
Match
CLOB engine pairs orders by
strict price-time priority
3
Log
Every fill is written to
a public append-only log
4
Settle
On-chain settlement
T+0, non-custodial

Component Role Key Property
matching-engine Central limit order book Price-time priority, off-chain speed
settlement-contracts On-chain settlement EIP-712, non-custodial, sign-to-move
nero-sdk TypeScript SDK Place orders, read book, verify settlements
order-log Transparency layer Public, append-only, every order logged
nero-cli Terminal interface Full protocol access from CLI
awesome-tokenized-equities Ecosystem resources Curated list of RWA/tokenized equity projects

  Repositories  

Repo Description Signal
01 matching-engine Central limit order book. Price-time priority. Off-chain matching at hardware speed. stars
02 settlement-contracts On-chain settlement. Non-custodial, sign-to-move, EIP-712. stars
03 nero-sdk TypeScript SDK — place orders, read the book, verify settlements. stars
04 order-log Public append-only log of every order the engine processes. stars
05 nero-cli Terminal interface for the protocol. stars
06 awesome-tokenized-equities Curated ecosystem resources for tokenized equities. stars


The matching engine for tokenized equities on BNB Chain.

footer

Popular repositories Loading

  1. useneroproto useneroproto Public

    The matching engine for tokenized equities. Pure CLOB, non-custodial, T+0 on BNB Chain.

  2. matching-engine matching-engine Public

    Central limit order book for tokenized equities. Price-time priority, off-chain matching.

    TypeScript

  3. nero-sdk nero-sdk Public

    TypeScript SDK for Nero Protocol. Place orders, read the book, verify settlements.

    TypeScript

  4. order-log order-log Public

    Public append-only log of every order the Nero engine processes. Verifiable and replayable.

    TypeScript

  5. nero-cli nero-cli Public

    Terminal interface for Nero Protocol. Inspect book, check trades, cancel orders.

    JavaScript

  6. settlement-contracts settlement-contracts Public

    On-chain settlement contracts for Nero Protocol. EIP-712, non-custodial, T+0 on BNB Chain.

    Solidity