mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-02 08:20:22 +01:00
807 B
807 B
title | description |
---|---|
Ganache Local Testnet | Details of Ganache deployment & services |
Smart Contracts
Ganache is a local Ethereum "network" that you run on your machine for fast iterations while developing your app.
You can deploy Ocean contracts onto Ganache. To do so, please go to Ocean contracts repo and follow the instructions there.
Connect Barge to Ganache
If you're using Barge to help run a local network, you can connect to that local node at RPC URL http://localhost:8545 (called "Localhost 8545" in MetaMask). You can configure that local node by editing the files in the barge/networks/pacific/config/
directory.