mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-01 15:55:34 +01:00
12 lines
858 B
Markdown
12 lines
858 B
Markdown
|
# Local Setup - Ganache
|
||
|
|
||
|
I don't know where to include the information about the local setup. I've removed it from the networks tab.
|
||
|
|
||
|
### Local / Ganache
|
||
|
|
||
|
The most straightforward way for local-only development is to use [Barge](https://www.github.com/oceanprotocol/barge), which runs [Ganache](https://www.trufflesuite.com/ganache), Aquarius, and Provider. It is used extensively by the Ocean core devs and for automated integration testing.
|
||
|
|
||
|
To connect to it from MetaMask, select the network called _Localhost 8545_.
|
||
|
|
||
|
Alternatively, you can run Ganache independently. Install it according to [the Ganache docs](https://www.trufflesuite.com/ganache). Then deploy Ocean contracts onto Ganache following [docs in Ocean contracts repo](https://www.github.com/oceanprotocol/contracts). Ganache is at the RPC URL [http://localhost:8545](http://localhost:8545).
|