Skip to content

JordGreer/MultiCall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multicall w/ ABI Encoded Functions

Technology Stack & Tools

  • Solidity (Writing Smart Contract)
  • Javascript (React & Testing)
  • Ethers.js (Blockchain Interaction)
  • Hardhat (Development Framework)

Requirements For Initial Setup

  • Install NodeJS, recommended version is v16.13.2

Setting Up

1. Clone/Download the Repository

2. Enter Directory & Install Dependencies:

$ cd encoded_functions
$ npm install

3. Create .env file

You'll want to create a .env file with the following values (see .env.example):

  • ALCHEMY_API_KEY=""

4. Test contract

$ npx hardhat test

About

Simple Multicall contract with test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published