Skip to content

Commit de39c4e

Browse files
committed
Merge branch 'main' of github.com:thil4n/web3-tools
2 parents 16c522b + 3171607 commit de39c4e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,9 @@ Clone the Repository
2727

2828
```ballerina
2929
import ballerina/io;
30-
import ballerina/web3;
3130
3231
public function main() returns error? {
33-
web3:Web3Client client = check new ("https://mainnet.infura.io/v3/${WEB3_INFURA_PROJECT_ID}");
34-
string balance = check client.getBalance("0xYourEthereumAddress");
35-
io:println("Balance: ", balance);
32+
3633
}
3734
```
3835

0 commit comments

Comments
 (0)