Socket
Book a DemoInstallSign in
Socket

@meridian-ie/cli

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@meridian-ie/cli

CLI for managing [Impact Evaluator](https://github.com/meridian-IE/impact-evaluator) smart contracts.

latest
Source
npmnpm
Version
1.3.0
Version published
Maintainers
0
Created
Source

meridian cli

CLI for managing Impact Evaluator smart contracts.

Authentication

Get a token from https://auth.node.glif.io/, then pass GLIF_TOKEN=... with every CLI invocation.

Ledger

Keep your HW ledger device connected and unlocked on the Ethereum app.

Installation

$ npm install --global @meridian-ie/cli

API

$ meridian --help
meridian <command>

Commands:
  meridian current-round-index              Get the current round index
  meridian list-transfers                   List transfers from last 100 blocks
  meridian                                  Watch the participant count
  participant-count-scheduled-for-transfer  scheduled for transfer
  meridian ready-for-transfer               List participants ready for transfer
  meridian release-rewards                  Release rewards
  meridian rewards-scheduled-for            Get rewards scheduled for a
  <participant>                             participant
  meridian round-reward                     Get the current round reward
  meridian scheduled-for-transfer           Get all participants scheduled for
                                            transfer
  meridian set-min-balance-for-transfer     Set the minimum balance for transfer
  <minBalance>
  meridian set-next-round-length <blocks>   Set the next round length
  meridian set-round-reward <reward>        Set the round reward
  meridian tick                             Trigger a tick
  meridian available-balance                Get the balance available
  meridian add-admin <admin>                Add a contract admin

Options:
  -a, --address     Contract address (or $MERIDIAN_ADDRESS)  [string] [required]
  -g, --glif-token  GLIF token (or $MERIDIAN_GLIF_TOKEN)     [string] [required]
  -v, --version     Show version number                                [boolean]
  -h, --help        Show help                                          [boolean]

Examples:
  $ meridian current-round-index  Get the current round index

Development

Publish a new version:

$ npx np

FAQs

Package last updated on 24 Feb 2025

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