Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

moonpay/plex-contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plex-contracts

To use this code

  1. Update contracts/contracts/NftSnapshot.sol with your desired state override code
  2. Run solcjs --bin --abi --include-path node_modules/ --base-path contracts/. contracts/NftSnapshot.sol -o dir/ (requires npm i -g solc)
  3. Look in dir/ for NftSnapshot_sol_NftSnapshot.abi and NftSnapshot_sol_NftSnapshot.bin - copy these files into scripts/state_override.py. Note that you will have to add "0x" to the beginning of the bytecode var
  4. Run state_override.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published