EthereumCasts icon indicating copy to clipboard operation
EthereumCasts copied to clipboard

Companion repo to an Ethereum/Solidity course on Udemy

Results 39 EthereumCasts issues
Sort by recently updated
recently updated
newest added

while running `npm run build` in kickstart project , I am getting error ` Failed to build on C:\Users\SOURAV~1\AppData\Local\Temp\53b6d83f-30ac-4b07-91c9-0cc0bef8f857 Error: commons.js from UglifyJs Unexpected token keyword «function», expected punc «,»...

Can not finalize request if contribute twice.

In kickstart/ethereum/contracts/Campaign.sol The Constructor syntax is shown as: function Camoaign(){ ....... } Which can be refactored as: constructor(){ ...... }

I'd like to see an Ethereum address added to the `custom` property of the `FUNDING.yml` file for GitHub Sponsors. This would allow a canonical address to send funds to. For...

Array of campaigns, not addresses

Changed typical address to payable. New update in recent solidity version

A comment from your student on Udemy.

For the first campaign in the same address, I was able to get the requests and manipulate on the same, however, while I created another campaign this error started to...