From 5e9e94158015c97e62cd68cd99437126e9faf2da Mon Sep 17 00:00:00 2001 From: alexey semenyuk Date: Mon, 4 Mar 2024 01:44:31 +0600 Subject: [PATCH 1/2] Fix broken url Signed-off-by: alexey semenyuk --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0e0010..af5a3e7 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](solidity/contracts/ERC20MixedFungible.sol). +[ERC20 smart contract](samples/solidity/contracts/ERC20NoData.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. From 456e03c833145c110935470902290a442b10fa23 Mon Sep 17 00:00:00 2001 From: alexey semenyuk Date: Wed, 10 Apr 2024 13:10:28 +0500 Subject: [PATCH 2/2] 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.