1.9.9 • Published 5 years ago

tronair-gui v1.9.9

Weekly downloads
7
License
GPL-3.0
Repository
github
Last release
5 years ago

CommunityNode Airdrop Tool

You can find the most recent version of the source code from npm or from Github.

Table of Contents

Installing

Installation Requirements

First, you will need to to download node/npm if you have not done so. These can be downloaded from the npm website. A full guide to installation on various systems can be found here After downloading and installing, verify that they were successfully installed using the commands:

node -v
npm -v

Installing the Tronair GUI

Once Node/npm have been installed, you can follow these steps to install the GUI onto your local system, allowing you to run the airdrop tool from the convenience of your own local network.

First, open a terminal and navigate to the directory where you want the app to be stored. Once there, run this command to download a compressed version (tarball) or the source files:

npm pack tronair-gui

Once it has finished downloading, open it to expand its contents into a new directory (rename that new directory to "tronair-gui"). This new directory will contain all of the necessary files you will need to run the app except for the node modules. To get these, go into the newly created "tronair-gui" directory and run:

npm install

Troubleshooting

Following the installation, if you get any installation errors, you can check these by running the command:

npm audit

If there are no high-risk errors, you are ok to run the airdrop tool. If there are high-risk errors, try running the command:

npm audit fix

If you get an error when running "npm start" that says something along the lines of "There might be a problem with the project dependency tree" with an error code of "code ELIFECYCLE", this can be muted by running the following code in your project folder:

echo "SKIP_PREFLIGHT_CHECK=true" >> .env

Running "npm start" after executing that command should fix the errors.

Usage

Run Application Locally

Once all packages and dependencies have been downloaded into the new directory (without errors), the airdrop tool can be tested on your local system by running the command:

npm start

This will "host" the application on your local network, allowing you to access the app at localhost:3000 in any broswer.

Create an Optimized Build

If you run the application as previously described and everything runs smoothly, you can create an "optimized build", which will bundle all of the code into a small package and put it into a new "build" directory. You can then use this optimized build to run on a public website or to run locally. To create the build, use the command:

npm run build

Contact Us with Questions or Concerns

Whether you like this tool or think it could use improvements, please let us know! We can be reached anytime at our telegram channel or through email at communitynode@gmail.com.

About Us

We would also like to thank you for trusting Community Node as your go-to source for all Tron related help. Please vote for us as a Super Representative so we can continue to improve the Tron blockchain with more helpful tools. It is also worth mentioning that Community Node is a network of volunteers dedicated to helping others for free. If you want to support the developer of this airdrop tool, you can send donations to the following address:

Donation Address: TA4vGA6hEpA44AVWPztoFPVJRDuQYd3g4f

1.9.9

5 years ago

1.9.8

5 years ago

1.9.7

5 years ago

1.9.5

5 years ago

1.9.4

5 years ago

1.9.3

5 years ago

1.9.2

5 years ago

1.9.0

5 years ago

1.8.7

5 years ago

1.8.6

5 years ago

1.8.5

5 years ago

1.8.4

5 years ago

1.8.3

5 years ago

1.8.2

5 years ago

1.8.1

5 years ago

1.8.0

5 years ago

1.7.20

5 years ago

1.7.19

5 years ago

1.7.18

5 years ago

1.7.16

5 years ago

1.7.15

5 years ago

1.7.14

5 years ago

1.7.13

5 years ago

1.7.12

5 years ago

1.7.11

5 years ago

1.7.10

5 years ago

1.7.9

5 years ago

1.7.8

5 years ago

1.7.7

5 years ago

1.7.6

5 years ago

1.7.5

5 years ago

1.7.4

5 years ago

1.7.3

5 years ago

1.7.2

5 years ago

1.7.1

5 years ago

1.7.0

5 years ago

1.6.20

5 years ago

1.6.19

5 years ago

1.6.18

5 years ago

1.6.17

5 years ago

1.6.16

5 years ago

1.6.15

5 years ago

1.6.14

5 years ago

1.6.13

5 years ago

1.6.12

5 years ago

1.6.11

5 years ago

1.6.10

5 years ago

1.6.9

5 years ago

1.6.8

5 years ago

1.6.6

5 years ago

1.6.5

5 years ago

1.6.4

5 years ago

1.6.3

5 years ago

1.6.1

5 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.3.3

5 years ago