File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed
Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ title : Øx Project
3+ ---
4+
5+ The Øx project is building open-source infrastructure for distributed exchanges.
6+
7+ + [ Øx Project site] ( https://0xproject.com/ )
8+ + [ Øx Whitepaper] ( https://0xproject.com/pdfs/0x_white_paper.pdf )
9+
10+ ## Øx Relays
11+
12+ Several projects have already announced intent to utilize the Øx protocol.
13+
14+ Active Øx relays:
15+ + [ RadarRelay] ( ./radarrelay ) - currently in beta on Ethereum Kovan Testnet
16+
17+ Announced Øx relays:
18+ + Øcean
19+ + Ethfinex
20+
21+
22+
Original file line number Diff line number Diff line change 1+ ---
2+ layout: archive
3+ permalink: /assets/
4+ title: "Posts by Category"
5+ author_profile: true
6+ ---
7+
8+ {% include group-by-array collection=site.assets field="categories" %}
9+
10+ {% for category in group_names %}
11+ {% assign posts = group_items[forloop.index0] %}
12+ < h2 id ="{{ category | slugify }} " class ="archive__subtitle "> {{ category }}</ h2 >
13+ {% for post in posts %}
14+ {% include archive-single.html %}
15+ {% endfor %}
16+ {% endfor %}
You can’t perform that action at this time.
0 commit comments