Skip to content

webeli/AccessList

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A script to execute the burn batch function using an access list.

Prerequisites

  • npm 8.9+
  • node v16.20+

Steps to run the script

  1. npm install ethers in root dir
  2. npm install web3 in root dir
  3. npm install axios in root dir
  4. Add "type": "module" in your package.json This is how it should look!
{
  "type": "module",
  "dependencies": {
    "axios": "^1.6.0",
    "ethers": "^6.8.0",
    "web3": "^4.2.1"
  }
}
  1. Add the private key to the script.
  2. node AccessList.mjs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%