New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@scrypt-inc/cat-cli

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scrypt-inc/cat-cli

## Installation

  • 0.0.4
  • npm
  • Socket score

Version published
Weekly downloads
30
increased by500%
Maintainers
0
Weekly downloads
 
Created
Source

Cat Cli

Installation

$ yarn install

Usage

  1. Create config.json
{
    "network": "fractal-testnet",
    "apiKey": "???",
    "tracker": "https://tracker.scrypt.io",
    "dataDir": "."
}
  1. Create wallet
$ npx cat-cli wallet create  --config=config.json
  1. Show address
$ npx cat-cli wallet address --config=config.json
  1. Show tokens balance
$ npx cat-cli wallet balance --config=config.json
  1. Mint token
$ npx cat-cli mint -i [tokenId] --config=config.json
  1. Send token
$ npx cat-cli send -i [tokenId] [receiver] [amount] --config=config.json

FAQs

Package last updated on 29 Aug 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc