Skip to content

Some utilitaries I made for basic interactions on Wax blockchain

License

Notifications You must be signed in to change notification settings

mann0000/wax-nft-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codacy Badge

wax-nft-scripts

I made some utilitaries for basic interactions on Wax blockchain. I use them daily and you may like them! _ mann000 <t.me/mann0000>, tips appreciated (dsnqy.wam)

Prerequisites

These scripts are written for Node.js and interact with Wax blockchain. You therefore need:

  • A Wax account with a private key. Use Scatter to get one and then activate it. The key does not leave the script.
  • Basic knowledge of Node.js: you have to install it and then install that repository dependencies to make it run (npm install).
  • An active Internet connection: the scripts make calls to a Wax RPC. You therefore need an Internet connection.

Please note that I am a spaghetti code writer, not your professional dev. Pull requests about optimizations or documentation are warmly welcome!

Where to run this?

The scripts can run manually on your average computer. Download them, install dependencies et voilà!

If you plan to run them automatically, Heroku has a free tier and a great guide. Please follow usual secure coding best practices - especially not hardcoding your credentials - before any upload.

Content

  • aetherClaim.js: automated aether claimer for Rplanet game
  • mineralClaim.js: automated mineral claimer for Rplanet game
  • nftDrop.js: airdrop NFT to lucky miners on Alien Worlds land
  • tokenDrop.js: a script airdropping Wax tokens to specific NFT holders (here, aether from Rplanet)
  • utils.js: some functions needed to run the scripts

Want to help?

Make a pull request or chat with me!

About

Some utilitaries I made for basic interactions on Wax blockchain

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published