https://github.com/andrewverify/multidelegatecall
call multiple functions from multiple contracts with msg.sender as the user
https://github.com/andrewverify/multidelegatecall
Last synced: 3 months ago
JSON representation
call multiple functions from multiple contracts with msg.sender as the user
- Host: GitHub
- URL: https://github.com/andrewverify/multidelegatecall
- Owner: andrewverify
- Created: 2023-03-20T15:19:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-20T15:20:14.000Z (about 2 years ago)
- Last Synced: 2025-02-07T05:13:37.333Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Hardhat Project
This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.
Try running some of the following tasks:
```shell
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.ts
```
# multidelegatecall