From 456e03c833145c110935470902290a442b10fa23 Mon Sep 17 00:00:00 2001 From: alexey semenyuk Date: Wed, 10 Apr 2024 13:10:28 +0500 Subject: [PATCH] Update link to ERCWithData contract Co-authored-by: Nicko Guyer Signed-off-by: alexey semenyuk --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af5a3e7..67e8138 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ The easiest way to run this service is as part of a stack created via To run manually, you first need to run an Ethereum blockchain node and an instance of [firefly-ethconnect](https://github.com/hyperledger/firefly-ethconnect), and deploy the -[ERC20 smart contract](samples/solidity/contracts/ERC20NoData.sol). +[ERC20 smart contract](samples/solidity/contracts/ERC20WithData.sol). Then, adjust your configuration to point at the deployed contract by editing [.env](.env) or by setting the environment values directly in your shell.