Removed meta from mdx files

This commit is contained in:
Piotr Janosz
2019-08-11 00:30:43 +02:00
committed by fabioberger
parent 5c44163d68
commit 00eaa8bd34
4 changed files with 0 additions and 33 deletions

View File

@@ -1,11 +1,3 @@
export const meta = {
title: 'Build a relayer',
description: 'A relayer is any party or entity which hosts an off-chain orderbook.',
tags: ['Relayer', 'Trader', 'Protocol Developer'],
topics: ['Coordinator Model', 'Mesh'],
difficulty: 'Advanced',
};
They provide a way for users to add, remove and update this orderbook through an API, GUI or both. In doing so, relayers help traders discover counter-parties and ferry cryptographically signed orders between them. Once two parties agree on the terms of an order, the order is settled directly on the Ethereum blockchain via the 0x protocol smart contracts.
### Advantages of decentralized exchange

View File

@@ -1,11 +1,3 @@
export const meta = {
title: 'Develop on Ethereum',
description: 'Welcome to the exciting world of building applications on the Ethereum Blockchain',
tags: ['Relayer', 'Trader'],
topics: ['Mesh', 'Protocol Developer'],
difficulty: 'Beginner',
};
## Ethereum Intro
Welcome to the exciting world of building applications on the [Ethereum Blockchain](https://www.ethereum.org/). With Ethereum you can deploy applications or "Smart Contracts" that perform operations and persist state using a decentralized network of computers. Ethereum is often described as a platform for programming digital money. A transaction executes and is confirmed and verified by hundreds of different machines (nodes) distributed around the world. If you want to understand the how blockchains fundamentally work checkout [this visual explanation](https://anders.com/blockchain/). If you'd like to read more about Ethereum specifically, visit this [beginners guide to Ethereum](https://blog.coinbase.com/a-beginners-guide-to-ethereum-46dd486ceecf).

View File

@@ -1,11 +1,3 @@
export const meta = {
title: 'Page template',
description: 'A relayer is any party or entity which hosts an off-chain orderbook.',
tags: ['Relayer', 'Trader', 'Protocol Developer'],
topics: ['Coordinator Model', 'Mesh'],
difficulty: 'Advanced',
};
## Sol-coverage
Sol-coverage uses transaction traces in order to figure out which lines of Solidity source code have been covered by your tests. In order for it to gather these traces, you must add the `CoverageSubprovider` to the [ProviderEngine](https://github.com/MetaMask/provider-engine) instance you use when running your Solidity tests. If you're unfamiliar with `ProviderEngine`, please read the [Web3 Provider explained](https://0x.org/wiki#Web3-Provider-Explained) wiki article.

View File

@@ -1,12 +1,3 @@
export const meta = {
title: 'Use networked liquidity',
description:
'In this tutorial, we will show you how you can use the @0x/connect package in conjunction with 0x.js in order to',
tags: ['Protocol Developer'],
topics: ['Mesh'],
difficulty: 'Intermediate'
};
In this tutorial, we will show you how you can use the [@0x/connect](https://github.com/0xProject/0x.js/tree/development/packages/connect) package in conjunction with [0x.js](https://github.com/0xProject/0x.js/tree/development/packages/0x.js) in order to:
- ask a relayer for fee information