Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Update Ganache docs #1264

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Update Ganache docs #1264

wants to merge 2 commits into from

Conversation

MicaiahReid
Copy link
Contributor

@MicaiahReid MicaiahReid commented Jul 1, 2022

This PR removes references to Ganache CLI and adds references to Ganache v7.

This does not remove references to Ganache CLI in any blog posts or in the drizzle and filecoin docs. I am unfamiliar with drizzle and the filecoin Ganache flavor and didn't want to change anything without knowing it was accurate.

Fixes 3152


Using MetaMask with Ganache CLI is also very similar to that of Ganache. The only difference is that Ganache CLI runs by default on `http://127.0.0.1:8545` so you'll want to edit the above web3 code to say:
Using MetaMask with Ganache v7 is also very similar to that of Ganache. The only difference is that Ganache v7 runs by default on `http://127.0.0.1:8545` so you'll want to edit the above web3 code to say:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Using MetaMask with Ganache v7 is also very similar to that of Ganache. The only difference is that Ganache v7 runs by default on `http://127.0.0.1:8545` so you'll want to edit the above web3 code to say:
Using MetaMask with Ganache v7 is also very similar to that of Ganache UI. The only difference is that Ganache v7 runs by default on `http://127.0.0.1:8545` so you'll want to edit the above web3 code to say:

Copy link
Member

@davidmurdoch davidmurdoch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure I'm comfortable with "Ganache v7" being a proper noun.

Copy link

@tenthirtyone tenthirtyone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a q: Would Ganache always imply latest version? I understand why you are explicit, e.g. Ganache UI and Ganache just doesn't sound right.

I am comfortable with what you and @davidmurdoch decide about the nomenclature, links/changes look good.

👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add documentation for the ganache package to the website
3 participants