Closed oehm-smith closed 1 year ago
I guess noone cares given the project is being shuttered.
A comment on that StackExchange question answered:
This would be an evm/smart contract thing, so it should be the same in hardhat. You could get a ton of mileage just working with web3.js and leave the development framework for later. Since as you elude to they are each like learning their own thing and maybe the additional abstraction will get in the way at this stage
Issue
I wrote about this at https://ethereum.stackexchange.com/questions/154709/metacoin-why-does-send-show-the-contract-address-in-receipt-to/154710#154710 before working out that does seem to be a bug.
After sending (using the MetaCoin test project), the receipt is showing the contract address instead of hte address that the coin was sent to.
Steps to Reproduce
truffle(development)> version Truffle v5.11.5 (core: 5.11.5) Ganache v7.9.1 Solidity - 0.8.13 (solc-js) Node v18.17.1 npm: 9.6.7 Web3.js v1.10.0