Skip to content

Commit

Permalink
Fix broken url
Browse files Browse the repository at this point in the history
Signed-off-by: alexey semenyuk <[email protected]>
  • Loading branch information
alex-semenyuk authored Mar 3, 2024
1 parent a428921 commit 5e9e941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5e9e941

Please sign in to comment.