Socket
Book a DemoInstallSign in
Socket

trinity-cli

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trinity-cli

Trinity is a command-line wallet for the NEO Network.

Source
npmnpm
Version
1.0.2
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

Trinity

Trinity is a command-line wallet for the NEO Network written in Node.js and distributed via npm.

Overview

What does it currently do

  • Very basic Wallet functionality (Not fully tested, please do not use on mainnet)

What will it do

  • Feature-complete light Wallet

Get help or give help

  • Open a new issue if you encounter a problem.
  • Or ping @satoshinaire on the NEO Slack.
  • Pull requests welcome. You can help with wallet functionality, writing tests or documentation, or on any other feature you deem awesome.

Getting started

Installation

npm install -g trinity-cli

Usage

Trinity works like a command-prompt, just type help to get started:

[TestNet] trinity > help

 Commands:

    help              Provides help for a given command.
    exit              Exits application.
    send neo          Send NEO from one of your addresses to one of your contacts.
    send gas          Send GAS from one of your addresses to one of your contacts.
    wallet list       List available wallets.
    wallet show       Select an address to show its balances, transactions, claimables, etc.
    wallet create     Creates a new wallet address.
    wallet import     Import an existing private key in WIF format.
    wallet remove     Select an address to remove from local storage.
    wallet clear      Purge all wallet information from local storage.
    contact list      List your contacts.
    contact add       Add a new contact.
    contact remove    Remove an existing contact.
    contact clear     Purge all contact information from local storage.
    claim gas         Claim all available and unavailable gas.
    network           Switch to a different network.
    version           Show Trinity version information.

Demo

A quick demo of current Trinity functionality

License

Donations

Accepted at AWcAwoXK6gbMUTojHMHEx8FgEfaVK9Hz5s

FAQs

Package last updated on 25 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts