Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@synthetixio/cli

Package Overview
Dependencies
Maintainers
9
Versions
189
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@synthetixio/cli

A set of cli utilities for the Synthetix protocol

  • 2.42.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-98.01%
Maintainers
9
Weekly downloads
 
Created
Source

synthetix-cli

A set of cli utilities for the Synthetix protocol

Installation

Clone repo and install npm.

Usage

The interactive UI is the most useful:

npm start

cli

Use --help for more features (including a testnet, the OVM, or adding private key if you want to transact)

Other scripts

node src/commands/<a-command.js> --help

Linking with a local Synthetix repo

This allows the cli to use deployment.json files from a local sytnethix repo, i.e. allowing you to use the cli on non-official deployments.

$ cd synthetix
$ npm link
$ cd ..
$ cd synthetix-cli
$ npm link synthetix

Ethereum provider

By default, uses Ethers default Ethereum provider, but this provider is most likely saturated at any time. To specify your own infura provider, copy .env.example as .env and set PROVIDER_URL. Note that "network" will be replaced by the network a command is run in.

Keywords

FAQs

Package last updated on 22 Apr 2021

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