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

Hi guys, I'm getting the error below when I try verifying my 1-file contract on Goerli. Any help? Compiler debug log: Error! Unable to generate Contract ByteCode and ABI Found...

### Describe the enhancement Hi First of all, huge appreciation for the work done here. Would it be possible to divide the Youtube video itself to the segments described in...

enhancement

```solidity async function main() { //http://127.0.0.1:7545 const provider = new ethers.providers.StaticJsonRpcProvider( "http://127.0.0.1:7545" ); const wallet = new ethers.Wallet( "0e84b59ddccb5ba19af241e6ba52ba04e56ce5bf5d9a9f79b641f3c97a643388", provider ); const abi = new fs.readFileSync( "./SimpleStorage_sol_SimpleStorage.abi", "utf8" ); const...

Made a few subtle changes to the sentence structure of a few sentences.

Add the command to compile smart contract using solc. `yarn solcjs --bin --abi --include-path node_modulus/ --base-path . -o . SimpleStorage.sol`

### Describe the enhancement Instead of Goerli use RopstenETH. Faucet Link : https://faucet.metamask.io/

enhancement

### Lesson Lesson 2 ### 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 05 : ### I got this error while running deploy.js ``` Deploying, please wait ... error Error: could not coalesce error (error={ "code": -32000, "data": { "hash": "0xc808a9e63502b13ee9b18c03bab1d42073b4f84cfe0b2e50d1f4053ddd14d69c",...

### Describe the enhancement I am using graph, but the code you provided in GitHub uses Moralis provider and in the event.js file, they used the server URL and appId,...

enhancement

Hello all, I'm having this issue on Lesson 07, when trying to deploy on Sepolia for the first time. I've been searching around but can't find a reason for this...