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 120 full-blockchain-solidity-course-js issues
Sort by recently updated
recently updated
newest added

In lesson 7, under 'Importing from NPM', the latest version of @chainlink/contracts does not contain the AggregatorV3Interface used. The workaround proposed is to specify an older version.

### Discussed in https://github.com/smartcontractkit/full-blockchain-solidity-course-js/discussions/6512 Originally posted by **MohammadArif13** March 21, 2024 ```javascript const fs = require("fs-extra") const ethers = require("ethers") const { JsonRpcProvider } = require("ethers") require("dotenv").config() async function main()...

### Discussed in https://github.com/smartcontractkit/full-blockchain-solidity-course-js/discussions/6483 Originally posted by **wbshobhit1** March 6, 2024 `const { assert } = require("chai"); const { getNamedAccounts, deployments, ethers } = require("hardhat"); describe("FundMe", async function () {...

### Lesson Lesson 1 ### 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 10 ### 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

Hello, I've just opened this issue for those who have the same error as I have. When I write the test for ```javascript function fund() public payable { require( msg.value.getConversionRate(priceFeed)...

Hello, I am having this issue, ``` bilgekaangencdogan@bilgekaangencdogan:~/Desktop/FreeCodeCampBlockchain/hardhat-smartcontract-lottery-fcc$ yarn hardhat deploy yarn run v1.22.22 warning package.json: No license field $ /home/bilgekaangencdogan/Desktop/FreeCodeCampBlockchain/hardhat-smartcontract-lottery-fcc/node_modules/.bin/hardhat deploy WARNING: You are currently using Node.js v21.7.3, which...

i search all issues and discussion never found my solution even i did copied patrick contract level 7 same issues and even downgrade ether to v5 not work... but contract...