Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kautukkundan/multicall-interview
https://github.com/kautukkundan/multicall-interview
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kautukkundan/multicall-interview
- Owner: kautukkundan
- Created: 2021-10-19T12:42:12.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-17T13:19:28.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T01:11:49.911Z (9 months ago)
- Language: TypeScript
- Size: 347 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multicall-Bid Contract
### Objective
Setup a dev environment and complete bid and exploit scripts using provided scaffolding code
### Steps to setup repo
1. clone this repo
2. `yarn install` to install all deps
3. `yarn compile` to compile contracts and generate typings### Important Scripts
1. `yarn run:bid` - runs bid script
2. `yarn run:exploit` - runs exploit script