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

Website updates #1275

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Website updates #1275

wants to merge 1 commit into from

Conversation

emilyJLin95
Copy link
Contributor

Update Quickstart tutorial to match Metacoin Updates
Removed Migration requiredness
Updated box ordering

Update Quickstart tutorial to match Metacoin Updates
Removed Migration requiredness
Updated box ordering
Copy link
Contributor

@kevinweaver kevinweaver left a comment

Choose a reason for hiding this comment

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

Thanks for improving our docs! Not sure why the build is failing, might just want to re-run.

@@ -145,7 +145,7 @@ Once this operation is completed, you'll now have a project structure with the f

To deploy our smart contracts, we're going to need to connect to a blockchain. Truffle has a built-in personal blockchain that can be used for testing. This blockchain is local to your system and does not interact with the main Ethereum network.

You can create this blockchain and interact with it using [Truffle Develop](/docs/truffle/getting-started/using-truffle-develop-and-the-console#truffle-develop).
You can create this blockchain and interact with it using [Truffle Develop](/docs/truffle/getting-started/using-truffle-develop-and-the-console#truffle-develop). Note that this will only work if the `development` network is commented out in `truffle-config.js`.
Copy link
Contributor

Choose a reason for hiding this comment

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

Wait, is this separate blockchain emulator from Ganache?

@@ -73,7 +73,7 @@ Your migration function can accept other parameters as well. See the examples be

## Initial migration

Truffle requires you to have a Migrations contract in order to use the Migrations feature. This contract must contain a specific interface, but you're free to edit this contract at will. For most projects, this contract will be deployed initially as the first migration and won't be updated again. You will also receive this contract by default when creating a new project with `truffle init`.
Truffle allows you to have a Migrations contract in order to manage your smart contract migrations. This contract must contain a specific interface, but you're free to edit this contract at will. For most projects, this contract will be deployed initially as the first migration and won't be updated again. You will also receive this contract by default when creating a new project with `truffle init`.
Copy link
Contributor

Choose a reason for hiding this comment

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

Oh wow, did it really used to require it?

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.

None yet

2 participants