Skip to content

Commit

Permalink
Readme fixes (#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipsu522 authored Jul 26, 2023
1 parent 6457d58 commit a1b5755
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

![Banner!](assets/SeiLogo.png)

Sei Network is the first orderbook-specific L1 blockchain. The chain emphasizes reliability, security and high throughput above all else, enabling an entirely new echelon of ultra-high performance DeFi products built on top. Sei's on-chain CLOB and matching engine provides deep liquidity and price-time-priority matching for traders and apps. Apps built on Sei benefit from built-in orderbook infrastructure, deep liquidity, and a fully decentralized matching service. Users benefit from this exchange model with the ability to select price, size, and direction of their trades coupled with MEV protection.
Sei is a general purpose, open-source L1 blockchain offering the best infrastructure for the exchange of digital assets. The chain emphasizes reliability, security and high throughput above all else, enabling an entirely new echelon of ultra-high performance DeFi products built on top. Sei's on-chain CLOB and matching engine provides deep liquidity and price-time-priority matching for traders and apps. Apps built on Sei benefit from built-in orderbook infrastructure, deep liquidity, and a fully decentralized matching service. Users benefit from this exchange model with the ability to select price, size, and direction of their trades coupled with MEV protection.

# seichain
**seichain** is a blockchain built using Cosmos SDK and Tendermint. It is built using the Cosmos SDK and Tendermint core, and features a built-in central limit orderbook (CLOB) module. Decentralized applications building on Sei can build on top of the CLOB, and other Cosmos-based blockchains can leverage Sei's CLOB as a shared liquidity hub and create markets for any asset. Sei Shared Liquidity Model
# Sei
**Sei** is a blockchain built using Cosmos SDK and Tendermint. It is built using the Cosmos SDK and Tendermint core, and features a built-in central limit orderbook (CLOB) module. Decentralized applications building on Sei can build on top of the CLOB, and other Cosmos-based blockchains can leverage Sei's CLOB as a shared liquidity hub and create markets for any asset.

Designed with developers and users in mind, Sei serves as the infrastructure and shared liquidity hub for the next generation of DeFi. Apps can easily plug-and-play to trade on Sei orderbook infrastructure and access pooled liquidity from other apps. To prioritize developer experience, Sei Network has integrated the wasmd module to support CosmWasm smart contracts.

# Documentation
For the most up to date documentation please visit https://docs.seinetwork.io
For the most up to date documentation please visit https://www.sei.io/

# Central Limit Orderbook
Most financial applications in traditional finance make use of CLOBs to create markets. This works well if you have cheap transaction fees and large amounts of liquidity. In decentralized finance however, the automated market-maker (AMM) model is more popular because it doesn't require constantly updating orders and works with lower amounts of liquidity.
Expand All @@ -35,7 +35,7 @@ Developers, traders, and users can all connect to Sei as ecosystem partners bene
## Hardware Requirements
**Minimum**
* 32 GB RAM
* 64 GB RAM
* 1 TB NVME SSD
* 16 Cores (modern CPU's)

Expand Down Expand Up @@ -63,9 +63,8 @@ Developers, traders, and users can all connect to Sei as ecosystem partners bene
```bash
git clone https://github.com/sei-protocol/sei-chain
cd sei-chain
git checkout origin/1.0.1beta-upgrade
git checkout $VERSION
make install
mv $HOME/go/bin/seid /usr/bin/
```
**Generate keys**

Expand Down

0 comments on commit a1b5755

Please sign in to comment.