full-blockchain-solidity-course-js icon indicating copy to clipboard operation
full-blockchain-solidity-course-js copied to clipboard

Learn Blockchain, Solidity, and Full Stack Web3 Development with Javascript

Results 125 full-blockchain-solidity-course-js issues
Sort by recently updated
recently updated
newest added

### Lesson Lesson 5 ### Could you please leave a link to the timestamp in the video where this error occurs? (You can right click a video and "copy video...

code-bug

I have added the common error that the metamask gives out and the solution that i saw in your video !! there has been a minor change of the button...

I am attempting to achieve 100% test coverage of the NftMarketplace.sol contract and I have one line left to test. This one: https://github.com/PatrickAlphaC/hardhat-nft-marketplace-fcc/blob/1a7e27a9e7a9a22c0045b05f4fb2d49552a7e185/contracts/NftMarketplace.sol#L206C74-L206C74 I need a way to get this...

### Discussed in https://github.com/smartcontractkit/full-blockchain-solidity-course-js/discussions/1257 Originally posted by **ritesh798** July 23, 2022 getting this error when i used expect from chai ```javascript const { assert, expect } = require("chai"); const {...

hey guys, i think i got the `SOLUTION` ... here the issue is in the `fund()` function . , where we're passing the `ethAmount ` value as a string to...

### Lesson Lesson 5 ### Could you please leave a link to the timestamp in the video where this error occurs? (You can right click a video and "copy video...

code-bug

### Lesson Lesson 5 ### Could you please leave a link to the timestamp in the video where this error occurs? (You can right click a video and "copy video...

code-bug

Fixed typo in README

`deployments.get` returns a `deployment` object `ethers.getContract` returns a `contract` object