npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

evtjsc

v0.2.1

Published

Command line tool to interact with everiToken public blockchain

Downloads

12

Readme

evtjsc

npm language license Command line tool to interact with everiToken public blockchain

Install

npm install -g evtjsc or yarn global add evtjsc

Run command locally

  1. clone this repo
  2. run yarn install dependencies
  3. use ./bin/run instead of evtjsc to run the command. e.g.
./bin/run transferft --file=`pwd`/data/batchTransfer.csv -k=5J1by7KRQujRdXrurEsvEr2zQGcdPaMJRjewER6XsAR2eCcpt3D --dry-run --net="https://testnet1.everitoken.io"

Transfer fungible (transferft)

Command to transfer fungible token, e.g. transfer Evt to another address

USAGE
  $ evtjsc transferft

OPTIONS
  -f, --file=file                Specify file with addresses and balances
  -h, --help                     show CLI help

  -k, --private-key=private-key  (required) Specify the private key, support
                                 multiple private key

  -x, --net=net                  (required) Specify which node to use, e.g.
                                 https://mainnet1.everitoken.io

  --balance=balance              Specify the balance, e.g. 1.00000 S#1

  --dry-run                      Specify this flag to perform a dry run

  --from=from                    Specify the from address

  --memo=memo                    Specify the memo

  --to=to                        Specify the to address, support multiple
                                 addresses

EXAMPLES
  - use "privateKey1" to sign transfer in csv file
       $ evtjsc transferft --file=/path/to/file.csv --private-key=privateKey1

  - use both keys to sign
       $ evtjsc transferft --file=/path/to/file.csv --private-key=p1 --private-key=p2

  - specify network
       $ evtjsc transferft --file=/path/to/file.csv --private-key=p1 --net="https://mainnet1.everitoken.io"

  - only dry run the process, will not push to blockchain
       $ evtjsc transferft --dry-run --file=/path/to/file.csv --private-key=p1

  - Use balance from one address to another address
       $ evtjsc transferft --from=address --to="address" --balance="0.10000 S#1" --memo="test"

Demo CSV file

from,to,balance,memo
EVT6Qz3wuRjyN6gaU3P3XRxpnEZnM4oPxortemaWDwFRvsv2FxgND,EVT6WfKLZ7Y7gktXuAwT6nSvcePabQUsZyw9ZyKTdSnuS7i7PxuUp,0.00010 S#20,test
EVT6Qz3wuRjyN6gaU3P3XRxpnEZnM4oPxortemaWDwFRvsv2FxgND,EVT6BUvKvUfxDv5qt1cJ1JkoK68wv5TTce3ZFNLarBK3gTVx8j1eP,0.00011 S#20,test
EVT6Qz3wuRjyN6gaU3P3XRxpnEZnM4oPxortemaWDwFRvsv2FxgND,EVT5LtAz4EvdfqjnYHws18vYHDs6zEHn78DhyEEKpN6JuK6fe8Vuq,0.00010 S#20,test
EVT6Qz3wuRjyN6gaU3P3XRxpnEZnM4oPxortemaWDwFRvsv2FxgND,EVT4unfd4wnNLZa82Q5DZDseVtMPHpgRwVvtUbfjm3i8syVJGHmkc,0.00010 S#20,test
EVT6Qz3wuRjyN6gaU3P3XRxpnEZnM4oPxortemaWDwFRvsv2FxgND,EVT7f4we2rx1QbtpJ5MCPrz5pvRxPezGjNqKKbEMjssVWyYU9xrXC,0.00010 S#20,test
EVT6Qz3wuRjyN6gaU3P3XRxpnEZnM4oPxortemaWDwFRvsv2FxgND,EVT7rG13sSuGVXNpPrRwUSknVhZC4jm81xpmfQzofusMMyRqKfjis,0.00010 S#20,test
EVT6Qz3wuRjyN6gaU3P3XRxpnEZnM4oPxortemaWDwFRvsv2FxgND,EVT792sHgx5vayYBXJz6Kb1UroheYXQauThoi9fhP6QARVofE5dUe,0.00010 S#20,test
EVT6Qz3wuRjyN6gaU3P3XRxpnEZnM4oPxortemaWDwFRvsv2FxgND,EVT74VAieeMJ8Ade58vXMRfEShz3qFDqj89VPoyHsJzAakSLWRtBe,0.00011 S#20,test
EVT6Qz3wuRjyN6gaU3P3XRxpnEZnM4oPxortemaWDwFRvsv2FxgND,EVT77UgQPsvBZ154duVHfHeSk8musPT7GTRG2K88amUK2BCobeauQ,0.00010 S#20,test
EVT6Qz3wuRjyN6gaU3P3XRxpnEZnM4oPxortemaWDwFRvsv2FxgND,EVT6ZnPEPVEs9LHJsgAX8Fcv8fPqsfzfY7RyKzWSUJb5qeMZKYLZu,0.00010 S#20,test