diff --git a/docs/developer/setup/development-chain.md b/docs/developer/setup/development-chain.md index c3b6d67d03..9475470dff 100644 --- a/docs/developer/setup/development-chain.md +++ b/docs/developer/setup/development-chain.md @@ -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. +