Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Opensea Selling Scripts To Use Wallet PrivateKey #55

Closed
thepeanutgalleryandco opened this issue Apr 6, 2022 · 1 comment · Fixed by #56
Closed

[FEATURE] Opensea Selling Scripts To Use Wallet PrivateKey #55

thepeanutgalleryandco opened this issue Apr 6, 2022 · 1 comment · Fixed by #56
Assignees
Labels
enhancement New feature or request

Comments

@thepeanutgalleryandco
Copy link
Owner

Summary

Making use of the seed phrase and account number is a bit cumbersome, especially if you have multiple wallets. Users would rather want to make use of their wallet private key to choose a specific wallet that they want to make use of in the sell_nfts.js and cancel_on_sale_nfts.js script files.

Basic example

Instead of providing a seed phrase and wallet account number, provide a wallet private key. Metamask should load that wallet and use it for the selling functionality.

Motivation

Making use of the seed phrase and account number is a bit cumbersome and problematic when you have multiple wallets.

@thepeanutgalleryandco
Copy link
Owner Author

A new walletPrivateKey field has been added to the sell_nfts.js and cancel_on_sale_nfts.js scripts. The seed phrase, password and wallet account number fields were removed.

Retrieving your wallet private key:

Setup and login to metamask

  1. Go to your metamask
  2. Select the wallet that you would like to make use of from the drop down of accounts.
  3. Click on the settings (three dots)
  4. Choose account details
  5. Choose export private key
  6. Enter metamask password
  7. Copy your private key as the value for your walletPrivateKey field.

Example:
walletPrivateKey = '8e51i2n3i2oco3o102k3k2k31k2nifn0139r17213k2hhh1i23p142e1o124ao11';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
1 participant