hskang9 / aurora-cli-rs

Command-line tool for interacting with the Aurora Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

 

An instant, zero-config Aurora engine operator


What is Engine?

Aurora is an Ethereum Virtual Machine (EVM) project built on the NEAR Protocol, that provides a solution for developers to deploy their apps on an Ethereum-compatible, high-throughput, scalable and future-safe platform, with low transaction costs for their users. Engine is the Aurora's implementation for it.

What is Aurora CLI?

Aurora CLI is a command line interface to bootstrap Aurora engine with rapid speed built with rust.

Aurora CLI comes preconfiguration with opinionated, sensible defaults for standard testing environments. If other projects mention testing on Aurora, they are referring to the settings defined in this repo.

Aurora CLI has the following advantages over api:

  • πŸ“ Easily modifiable EVM states through terminal
  • 🀝 Quick to interact for rapid iterations

See also prior version aurora-cli.

Prerequisites

  • πŸ¦€ Rust

Quickstart

  • πŸ“¦ Install aurora-cli-rs and start interacting with it: cargo install --git https://github.com/aurora-is-near/aurora-cli-rs.git
  • πŸ” Check out what each command is for in the official Aurora docs
  • βœ‹ Have questions? Ask them at the official Aurora forum

About

Command-line tool for interacting with the Aurora Engine


Languages

Language:Rust 100.0%