remixer

command module
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 27, 2022 License: GPL-3.0 Imports: 1 Imported by: 0

README

Remixer

remixer allows you to generate shareable Remix IDE link for Solidity Smart contracts in your system.

The tool has only one command for utility:

  • generate: Generate commands generates the shareable URL.
Installation

Download the appropriate binary from the releases page and add it to the PATH.

Usage
remixer generate --help

Share Solidity Code Snippets as a shareable Remix IDE URL

Usage:
  remixer generate [flags]

Aliases:
  generate, gen

Flags:
      --auto-compile string   Toggle flag for turning on/off the auto compiler (default "true")
      --evm-version string    Version of the Ethereum Virtual Machine (default "default")
  -f, --file string           Smart Contract File for generating the shareable URL
  -h, --help                  help for generate
  -l, --language string       Supported Values: Solidity or Yul (default "Solidity")
      --optimize string       Toggle flag for turning on/off Solidity Optimizer (default "false")
  -p, --plugins string        List of Plugins to be activated for the Remix IDE (seperated by commas)
  -t, --theme string          Theme for the Remix IDE (default "Dark")
Contributing

This project has been developed as a part of implementing my knowledge on Go. If you feel there are certain areas that can be optimized, please feel free to contribute to this project.

Documentation

Overview

Copyright © 2022 Sumit Banik <sumitbanik02@gmail.com>

Directories

Path Synopsis
pkg
cli

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL