mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-16 17:07:35 +00:00
546b772be3
Implements bullets 2-4 of https://github.com/serai-dex/serai/issues/13#issuecomment-1212689876.
33 lines
1.3 KiB
Markdown
33 lines
1.3 KiB
Markdown
# Serai
|
|
|
|
Serai is a new DEX, built from the ground up, initially planning on listing
|
|
Bitcoin, Ethereum, Monero, DAI, and USDC, offering a liquidity pool trading
|
|
experience. Funds are stored in an economically secured threshold multisig
|
|
wallet.
|
|
|
|
### Layout
|
|
|
|
- `docs`: Documentation on the Serai protocol.
|
|
|
|
- `crypto`: A series of composable cryptographic libraries built around the
|
|
`ff`/`group` APIs achieving a variety of tasks. These range from generic
|
|
infrastructure, to our IETF-compliant FROST implementation, to a DLEq proof as
|
|
needed for Bitcoin-Monero atomic swaps.
|
|
|
|
- `coins`: Various coin libraries intended for usage in Serai yet also by the
|
|
wider community. This means they will always support the functionality Serai
|
|
needs, yet won't disadvantage other use cases when possible.
|
|
|
|
- `processor`: A generic chain processor to process data for Serai and process
|
|
events from Serai, executing transactions as expected and needed.
|
|
|
|
- `contracts`: Smart Contracts implementing Serai's functionality.
|
|
|
|
- `substrate`: Substrate crates used to instantiate the Serai network.
|
|
|
|
### Links
|
|
|
|
- [Twitter](https://twitter.com/SeraiDEX): https://twitter.com/SeraiDEX
|
|
- [Discord](https://discord.gg/mpEUtJR3vz): https://discord.gg/mpEUtJR3vz
|
|
- [Matrix](https://matrix.to/#/#serai:matrix.org):
|
|
https://matrix.to/#/#serai:matrix.org
|