Skip to content

Commit b4498ab

Browse files
committed
fix repeated word in documentation: Corrected the sentence structure by removing the redundant 'be' in the JavaScript setup explanation
1 parent 6e0ab1f commit b4498ab

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/tutorials/calling-a-smart-contract-from-javascript

1 file changed

+1
-1
lines changed

src/content/developers/tutorials/calling-a-smart-contract-from-javascript/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sourceUrl: https://ethereumdev.io/calling-a-smart-contract-from-javascript/
1111
address: "0x19dE91Af973F404EDF5B4c093983a7c6E3EC8ccE"
1212
---
1313

14-
In this tutorial we’ll see how to call a [smart contract](/developers/docs/smart-contracts/) function from JavaScript. First is reading the state of a smart contract (e.g. the balance of an ERC20 holder), then we’ll modify the state of the blockchain by making a token transfer. You should be already be familiar with [setting up a JS environment to interact with the blockchain](/developers/tutorials/set-up-web3js-to-use-ethereum-in-javascript/).
14+
In this tutorial we’ll see how to call a [smart contract](/developers/docs/smart-contracts/) function from JavaScript. First is reading the state of a smart contract (e.g. the balance of an ERC20 holder), then we’ll modify the state of the blockchain by making a token transfer. You should already be familiar with [setting up a JS environment to interact with the blockchain](/developers/tutorials/set-up-web3js-to-use-ethereum-in-javascript/).
1515

1616
For this example we’ll play with the DAI token, for testing purpose we’ll fork the blockchain using ganache-cli and unlock an address that already has a lot of DAI:
1717

0 commit comments

Comments
 (0)