GithubHelp home page GithubHelp logo

newstrangers's Introduction

New Strangers

This repo contains a script to extract the current ownership of the NFT project "Strangers".

To setup everything, you'll need to have Python3 available.

Run the following in the terminal:

python3 virtualenv venv
pip install eth-brownie
brownie networks add "Ethereum Mainnet" mainnet host=[your RPC url] 

You can now run brownie and you should see the options in the terminal.

To make a snapshot of ownerships:

brownie run scripts/snapshot.py

This will create two JSON files : IdToOwner.jsonand OwnerToId.json.

To deploy the contracts, you'll need to add your private key to the brownie config file. You can do this by running brownie accounts new myWallet and entering your private key when prompted.

You can then add your etherscan API key using export ETHERSCAN_TOKEN=[key]

Now that you have the snapshot, you can run the script to deploy the contract : brownie run scripts/deploy.py --network mainnet -i - if you want to deploy the contract on mainnet.

brownie run scripts/deploy.py --network rinkeby -i - if you want to deploy the contract on rinkeby.

brownie run scripts/deploy.py -i - if you want to test the deployment on a local fork.

You'll need to add some logic to the airdrop.py script to actually send the tokens to the addresses you want to airdrop to. You can use the mint function of the contract to do that in a gas-efficient way.

newstrangers's People

Watchers

Yakitori avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.