Tell users of our Ethereum tools to use with Ganache now that it is supported and given our plans to deprecate devnet
This commit is contained in:
parent
4969441f21
commit
2e23a044ca
@ -71,17 +71,10 @@ const Coverage: React.StatelessComponent<{}> = () => (
|
|||||||
<List>
|
<List>
|
||||||
<ListItem>
|
<ListItem>
|
||||||
Use{' '}
|
Use{' '}
|
||||||
<a href="https://github.com/ethereum/go-ethereum" target="_blank">
|
<a href="https://github.com/trufflesuite/ganache-cli" target="_blank">
|
||||||
Geth
|
Ganache
|
||||||
</a>{' '}
|
</a>{' '}
|
||||||
as a backing node. We recommend using our{' '}
|
as a backing node.
|
||||||
<a href="https://hub.docker.com/r/0xorg/devnet" target="_blank">
|
|
||||||
Devnet Docker container
|
|
||||||
</a>{' '}
|
|
||||||
which sets up a Geth node for testing purposes.{' '}
|
|
||||||
<a href="https://github.com/0xProject/0x-monorepo/issues/1520" target="_blank">
|
|
||||||
Ganache support is a work in progress.
|
|
||||||
</a>
|
|
||||||
</ListItem>
|
</ListItem>
|
||||||
<ListItem>
|
<ListItem>
|
||||||
Understand and use{' '}
|
Understand and use{' '}
|
||||||
|
@ -68,17 +68,10 @@ const Profiler: React.StatelessComponent<{}> = () => (
|
|||||||
<List>
|
<List>
|
||||||
<ListItem>
|
<ListItem>
|
||||||
Use{' '}
|
Use{' '}
|
||||||
<a href="https://github.com/ethereum/go-ethereum" target="_blank">
|
<a href="https://github.com/trufflesuite/ganache-cli" target="_blank">
|
||||||
Geth
|
Ganache
|
||||||
</a>{' '}
|
</a>{' '}
|
||||||
as a backing node. We recommend using our{' '}
|
as a backing node.
|
||||||
<a href="https://hub.docker.com/r/0xorg/devnet" target="_blank">
|
|
||||||
Devnet Docker container
|
|
||||||
</a>{' '}
|
|
||||||
which sets up a Geth node for testing purposes.{' '}
|
|
||||||
<a href="https://github.com/0xProject/0x-monorepo/issues/1520" target="_blank">
|
|
||||||
Ganache support is a work in progress.
|
|
||||||
</a>
|
|
||||||
</ListItem>
|
</ListItem>
|
||||||
<ListItem>
|
<ListItem>
|
||||||
Understand and use{' '}
|
Understand and use{' '}
|
||||||
|
@ -38,17 +38,10 @@ const Trace: React.StatelessComponent<{}> = () => (
|
|||||||
<List>
|
<List>
|
||||||
<ListItem>
|
<ListItem>
|
||||||
Use{' '}
|
Use{' '}
|
||||||
<a href="https://github.com/ethereum/go-ethereum" target="_blank">
|
<a href="https://github.com/trufflesuite/ganache-cli" target="_blank">
|
||||||
Geth
|
Ganache
|
||||||
</a>{' '}
|
</a>{' '}
|
||||||
as a backing node. We recommend using our{' '}
|
as a backing node.
|
||||||
<a href="https://hub.docker.com/r/0xorg/devnet" target="_blank">
|
|
||||||
Devnet Docker container
|
|
||||||
</a>{' '}
|
|
||||||
which sets up a Geth node for testing purposes.{' '}
|
|
||||||
<a href="https://github.com/0xProject/0x-monorepo/issues/1520" target="_blank">
|
|
||||||
Ganache support is a work in progress.
|
|
||||||
</a>
|
|
||||||
</ListItem>
|
</ListItem>
|
||||||
<ListItem>
|
<ListItem>
|
||||||
Understand and use{' '}
|
Understand and use{' '}
|
||||||
|
@ -70,4 +70,4 @@ istanbul report html
|
|||||||
open coverage/index.html
|
open coverage/index.html
|
||||||
```
|
```
|
||||||
|
|
||||||
Use [Geth](https://github.com/ethereum/go-ethereum) as a backing node. We recommend using our [Devnet Docker container](https://hub.docker.com/r/0xorg/devnet) which sets up a Geth node for testing purposes. Ganache support is a [work in progress](https://github.com/0xProject/0x-monorepo/issues/1520).
|
Use [Ganache](https://github.com/trufflesuite/ganache-cli) as a backing node.
|
||||||
|
@ -71,4 +71,4 @@ istanbul report html
|
|||||||
open coverage/index.html
|
open coverage/index.html
|
||||||
```
|
```
|
||||||
|
|
||||||
Use [Geth](https://github.com/ethereum/go-ethereum) as a backing node. We recommend using our [Devnet Docker container](https://hub.docker.com/r/0xorg/devnet) which sets up a Geth node for testing purposes. Ganache support is a [work in progress](https://github.com/0xProject/0x-monorepo/issues/1520).
|
Use [Ganache](https://github.com/trufflesuite/ganache-cli) as a backing node.
|
||||||
|
@ -59,4 +59,4 @@ provider.start();
|
|||||||
|
|
||||||
Now when you run your tests, it should print out stack traces when encountering an error.
|
Now when you run your tests, it should print out stack traces when encountering an error.
|
||||||
|
|
||||||
Use [Geth](https://github.com/ethereum/go-ethereum) as a backing node. We recommend using our [Devnet Docker container](https://hub.docker.com/r/0xorg/devnet) which sets up a Geth node for testing purposes. Ganache support is a [work in progress](https://github.com/0xProject/0x-monorepo/issues/1520).
|
Use [Ganache](https://github.com/trufflesuite/ganache-cli) as a backing node.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user