All Projects → epirus-io → epirus-cli

epirus-io / epirus-cli

Licence: other
Epirus SDK CLI

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects
shell
77523 projects
solidity
1140 projects

Projects that are alternatives of or similar to epirus-cli

linkedin connect
Configurable and easy to use LinkedIn tool to automate connections with personalized messages.
Stars: ✭ 58 (+222.22%)
Mutual labels:  devtools
prosemirror-dev-toolkit
Injectable developer tools for ProseMirror rich-text editors implemented in Svelte and TypeScript.
Stars: ✭ 44 (+144.44%)
Mutual labels:  devtools
code-fold
Write the pattern, then let your code write itself.
Stars: ✭ 13 (-27.78%)
Mutual labels:  devtools
redux-devtools-multiple-monitors
Integrate multiple monitors to your redux devtools.
Stars: ✭ 13 (-27.78%)
Mutual labels:  devtools
proposal-debugger-operands
Adding an optional operand to the DebuggerStatement production of JS
Stars: ✭ 13 (-27.78%)
Mutual labels:  devtools
exlcode-chrome
EXLcode - VS Code-based Online IDE Chrome Extension
Stars: ✭ 18 (+0%)
Mutual labels:  devtools
hanzo
Ansible orchestration to configure a development environment -
Stars: ✭ 22 (+22.22%)
Mutual labels:  devtools
VirionTools
A handy plugin for developers who wish to compile and inject virions without using Poggit.
Stars: ✭ 17 (-5.56%)
Mutual labels:  devtools
hitboxtracker
🔨 Dev-tool that demonstrates on client-side true position of the hitboxes calculated by server
Stars: ✭ 34 (+88.89%)
Mutual labels:  devtools
grav-plugin-devtools
Grav Devtools Plugin
Stars: ✭ 36 (+100%)
Mutual labels:  devtools
drupal-template-helper
Debug Drupal 8 templates in Chrome Devtools. drupal-template-helper is a chrome extension for Drupal that lists all available templates and the preprocess hooks to use to customize your templates.
Stars: ✭ 115 (+538.89%)
Mutual labels:  devtools
web3j-example
Android web3j example
Stars: ✭ 27 (+50%)
Mutual labels:  web3j
devtools-highlighter
DevTools extension that finds and highlights elements in the page
Stars: ✭ 29 (+61.11%)
Mutual labels:  devtools
vscode-advanced-new-file
Create files anywhere in your workspace from the keyboard
Stars: ✭ 68 (+277.78%)
Mutual labels:  devtools
pandacash-cli
🐼Fast Bitcoin Cash RPC client for testing and development (inspired by ganache-cli)
Stars: ✭ 19 (+5.56%)
Mutual labels:  devtools
examples
Example code supporting articles
Stars: ✭ 44 (+144.44%)
Mutual labels:  web3j
chrome-trace
Process Chrome trace logs in Node.
Stars: ✭ 15 (-16.67%)
Mutual labels:  devtools
vue
Vue integration for Nano Stores, a tiny state manager with many atomic tree-shakable stores
Stars: ✭ 25 (+38.89%)
Mutual labels:  devtools
ethereum-java-web3j
一个很受欢迎的用java和android app类库web3j开发区块链以太坊dapp和智能合约的教程。内容涉及以太坊核心概念,如账户管理、状态与交易、合约开发与交互、过滤器和事件等,也详细说明如何用web3j开发接口与以太坊交互。
Stars: ✭ 22 (+22.22%)
Mutual labels:  web3j
nxrocks
Set of Nx plugins to enhance your Nx workspace (even more!)
Stars: ✭ 165 (+816.67%)
Mutual labels:  devtools

epirus-cli: Epirus Command Line Tools

Documentation Status Build Status codecov Join the chat at https://gitter.im/web3j/web3j

About

The Epirus command line tools enable developers to interact with blockchains more easily. The Epirus command line tools allow allow you to use some of the key functionality of Epirus using Web3j from your terminal, including:

  • New project creation
  • New Web3j-OpenAPI project creation
  • Project creation from existing Solidity code
  • Web3j-OpenAPI project creation from existing Solidity code
  • Wallet creation
  • Wallet password management
  • Ether transfer from one wallet to another
  • Generation of Solidity smart contract wrappers
  • Smart contract auditing

Installation

On Linux/macOS, in a terminal, run the following command:

curl -L get.epirus.io | sh

This script will not work if Epirus has been installed using Homebrew on macOS.

On Windows, in PowerShell, run the following command:

Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/epirus-io/epirus-installer/master/installer.ps1'))

Docs

https://docs.epirus.io/sdk/cli/

Credits

Smart contract auditing functionality is provided by SmartCheck

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].