Skip to content

Commit

Permalink
Update development-chain.md (#1447)
Browse files Browse the repository at this point in the history
- remove ganache info as it is deprecated
  • Loading branch information
GigaHierz authored Aug 28, 2024
1 parent dbcfa77 commit 00aef47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/developer/setup/development-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,9 @@ The linked gist is called getInfo.js. Run it with `$ node getInfo.js` This will

You are now prepared to start developing, transacting and deploying contracts on your own Celo development blockchain!

### Using Ethereum developers tools with Celo
### Using Ethereum developer tools with Celo

You can connect the development chain to a tool like [Remix](https://remix.ethereum.org/) to begin interacting with it. Keep in mind that these tools are built primarily for Ethereum development and are compatible with Celo because Celo is similar to Ethereum. The two blockchains have similar block architectures and both run the Ethereum Virtual Machine \(EVM\) for executing smart contracts.

The main difference between Celo and Ethereum that dapp developers need to keep in mind is that Celo has a slightly different transaction object than Ethereum. Celo requires one additional field in a transaction object, a `feeCurrency`. When Remix is connected to a locally running Celo node, the local node will fill these fields with default values \(if the fields are empty\). The node will sign the Celo transaction and broadcast it to the network.

0 comments on commit 00aef47

Please sign in to comment.