An open API service indexing awesome lists of open source software.

https://github.com/patrickalphac/multicall-js


https://github.com/patrickalphac/multicall-js

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Multicall JS

A simple multicall implementation in javascript.

## Requirements

- [Nodejs](https://nodejs.org/en/download/)
- [Yarn](https://classic.yarnpkg.com/lang/en/docs/install/)

## Quickstart

Have your `ALCHEMY_MAINNET_RPC_URL` environment variables set. Otherwise, add it to a file named `.env` that looks similar to `.env.example`

1. Clone the repo
```
git clone https://github.com/PatrickAlphaC/multicall-js
cd multicall-js
```

2. Download dependencies

```
yarn
```

3. Run the script

```
node mulicall.js
```