Giter Club home page Giter Club logo

terminal-wallet-cli's Introduction

Tooling

  • Use Node.js 16.x
  • Use Rust (required for building executable)

Install Node Dependencies

(Required)
  • Use npm install --legacy-peer-deps to install dependencies.

How to Run:

  1. Download Release [link]
  2. Run From Source
  3. Build From Source

Release Downloads:

  • linux
  • macosx
  • windows


Run from Source:

Compile the Project:
  • Use npm run build
Run Source:
  • Use npm run start


Build Executable from Source:

1. Install Rust Dependencies

  • Use cargo install nj-cli to install compilation dependencies.

2. Build Executable

  • Use npm run ship

3. Run Executable

  • Use cd build
  • Use ./terminal-wallet-cli (might need to chmod+x)


Verify Releases & Source:

Each Release will include the sha256 hashes of the binary archives. As well as a GPG signed certificate of the verification hashes. Also included are GPG signed certs. of the included Source Code as well. ./PUBLICSIGNER.asc contains the signer GPG public key Please import this key into your gpg keychain if you wish to verify signed messages

Navigate to the directory in which you downloaded the releases.

Specific Downloads:
  • Open SHA256SUMS.sha, copy the line(s) for the release(s) you've downloaded.
  • Use echo "<copied hash & filename>" | sha256sum --check

Example:
---SHA256SUMS.sha---
84a5fafd21fa21f8b3ef8bd10a18a8f1c7bbcabb67477d8d6dc5d609c84b4187  release-1.0.0-linux.tar.gz
ce93915c196698a15d957a27df586b7cdf72d499eb597b19136a9148fa1eaab7  release-1.0.0-macos.tar.gz
c697d422472ebd78b388a6f3389a4659eb3f3af9a2c0380ee73c2194c1e816cf  release-1.0.0-win.tar.gz

(These hashes will be out of date. DO NOT use these examples. They are purely for visual representation. Refer to the hashes found within the SHA256SUMS.sha provided with each release.)

#User: Downloaded Linux Version.
#User: Validates Singular Hash
echo "84a5fafd21fa21f8b3ef8bd10a18a8f1c7bbcabb67477d8d6dc5d609c84b4187  release-1.0.0-linux.tar.gz" | sha256sum --check
#Console Output: 
release-1.0.0-linux.tar.gz: OK

All Files:
  • Use sha256sum --check SHA256SUMS.sha

terminal-wallet-cli's People

Contributors

linkismissing avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.