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

starknet-cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

starknet-cli

starknet.js CLI Tool

  • 0.0.2
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Stark - Starknet JS CLI

CLI based on starknetjs. Experimental project.

Install

npm i -g starknet-cli

require node 16+

Usage

stark --help

Profile

Profile is record containing network configuration and user account. You can setup multiple profiles. Profile in non-encrypted stored in file. You can edit it directly or use command stark setup. Default profile is configured for devnet. You can select which profile to use before calling commands.

stark use devnet

Export

For project dev i need to export profile to caller terminal. Only way i found it to be possible to do is with this command, piping to eval. To export other profile replace testnet

stark export testnet | { eval "$(cat -)" }

Dev

  • pow
  • profiles
  • use profile
  • structure, ts, lint
  • profile select
  • cli tab autocomplete
  • declare
  • deploy
  • endpoints

Keywords

FAQs

Package last updated on 16 Apr 2023

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