Isa Hassan ⚡ pfp
Isa Hassan ⚡
@totheapex
Day 5: Deploying and Testing the Contract_ We'll deploy our contract on a local blockchain like Ganache or Hardhat, and then test its functionality using Truffle's `truffle console` or Remix. Here's an example of how to deploy and test the contract using Truffle: /base
4 replies
2 recasts
2 reactions

Isa Hassan ⚡ pfp
Isa Hassan ⚡
@totheapex
/ Transfer the token await myContract.transferFrom("0x...", "0x...", 1) // Check the token owner var owner = await myContract.ownerOf(1)
0 reply
0 recast
0 reaction