Skip to content

Commit

Permalink
Merge pull request #148 from alex-semenyuk/fix_broken_link
Browse files Browse the repository at this point in the history
Fix broken url to solidity contract
  • Loading branch information
nguyer committed Apr 11, 2024
2 parents 0245ded + 456e03c commit 97b9d91
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/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.
Expand Down

0 comments on commit 97b9d91

Please sign in to comment.