workshops
workshops copied to clipboard
Code and slides for OpenZeppelin Workshops
I've just tried the meta-transactions demo but found many errors when just following the instructions. It seems that it was published without checking that it works beforehand, which is bad...
Minimalforwader function of getNonce is not working I have tried so many ways but it is still not working
AUTOTASK START 2022-06-28T18:19:22.679Z INFO Relaying { value: 0, gas: 1000000, nonce: '1', to: '0x02f50082297c86E8c4D878D4c7dc68B236D3616c', from: '0x84E5B4cf1B91EC15dD34E097B403B07175f72d35', data: '0xf2c298be000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000044d617a6900000000000000000000000000000000000000000000000000000000' } 2022-06-28T18:19:26.459Z ERROR Invoke Error {"errorType":"Error","errorMessage":"invalid BigNumber value (argument=\"value\", value=undefined, code=INVALID_ARGUMENT, version=bignumber/5.6.2)","code":"INVALID_ARGUMENT","reason":"invalid...
How can i print these status of transaction on my dapp 
I can't get Goerli Eth, is there a way to use Sepolia
Works directly now. 
Running through the readme. for workshop 25, try to run `yarn deploy` and get this error ``` workshops/25-defender-metatx-api [master●] » yarn deploy yarn run v1.22.19 $ node scripts/deploy.js HardhatError: HH700:...

node version 10.12.0 > npm run compile > > [email protected] compile zpl-workshops\workshops\02-contracts-clone > > hardhat compile > > Error HH404: File argent-contracts/contracts/modules/VersionManager.sol, imported from contracts/3-argent/import_0.6.sol, not found. > > For...
In the AutoTask code the relay is defined with 4 arguments: ```js async function relay(forwarder, request, signature, whitelist) ``` and then it is called with 3 arguments: ```js const tx...