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

@hyperionbt/helios-cli

Package Overview
Dependencies
Maintainers
2
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hyperionbt/helios-cli

CLI tool for compiling Cardano smart contracts written in Helios, and building Cardano transactions.

0.12.9
Source
npm
Version published
Maintainers
2
Created
Source

Helios-CLI

A CLI tool for compiling Helios smart contracts.

Installation

Dependencies:

  • node
  • npm
$ sudo npm i -g @hyperionbt/helios-cli

Usage

Compiling

$ helios compile my_script.hl --optimize --output my_script.json

The cli searches in the current directory for any necessary Helios modules. Additional module search directories can be included using the -I flag.

Parameters can be set using the -D<param-name> <param-value> option:

$ helios compile my_script.hl -DMY_PARAM 100 -o my_script.json

Evaluating a parameter

$ helios eval my_script.hl MY_PARAM

Similar to compile, additional module search directories can be included using the -I flag, and parameters can be set using the -D<param-name> <param-value> option.

Calculating a script address

For testnet:

$ helios address my_script.json

For mainnet:

$ helios address my_script.json --mainnet

FAQs

Package last updated on 05 Mar 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