Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisjoshford committed May 5, 2021
1 parent 9959ceb commit a15b4e0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ _Click on a command for more information and examples._
| [`near dev-deploy`](#near-dev-deploy) | creates a development account and deploys a contract to it _(`testnet` only)_ |
| [`near call`](#near-call) | makes a contract call which can invoke `change` _or_ `view` methods |
| [`near view`](#near-view) | makes a contract call which can **only** invoke a `view` method |
| **NEAR EVM CONTRACTS** | |
| [`near evm-view`](#near-evm-view) | makes an EVM contract call which can **only** invoke a `view` method |
| [`near evm-call`](#near-evm-call) | an EVM contract call which can invoke `change` _or_ `view` methods |
| [`near evm-dev-init`](#near-evm-dev-init) | creates test accounts for the specified network |
| **TRANSACTIONS** | |
| [`near tx-status`](#near-tx-status) | queries a transaction's status by `txHash` |
| **VALIDATORS** | |
Expand All @@ -45,6 +41,8 @@ _Click on a command for more information and examples._

[ [**OPTIONS**](#options) ]

> For EVM support see [Project Aurora's](https://aurora.dev) [`aurora-cli`](https://github.com/aurora-is-near/aurora-cli).
---

## Setup
Expand Down

0 comments on commit a15b4e0

Please sign in to comment.