Rubicon is an order book protocol for Ethereum. Use it to trade ERC-20 tokens with Swaps, Limit Orders, and Market Orders or provide liquidity in Pools. Rubicon is built on Optimism, a low-cost and lightning-fast Ethereum L2 chain.
The documentation repository adhears to a structure as follows:
├── docs
│ ├── _meta.json
│ ├── _meta.en.json
│ ├── page.mdx
│ ├── page.en.py
│ ├── ...
Any contribution should both update the file with the relevant language code (page.en.py
being english for example) and the base level .mdx
file for that page. The .mdx
file by default is english. Contributors can open pull requests here.