Skip to content

Commit 1037191

Browse files
committed
Update the README.
1 parent d937bf6 commit 1037191

1 file changed

Lines changed: 3 additions & 51 deletions

File tree

README.md

Lines changed: 3 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
[![Builds](https://github.com/aurora-is-near/aurora-engine/actions/workflows/builds.yml/badge.svg)](https://github.com/aurora-is-near/aurora-engine/actions/workflows/builds.yml)
88

99
Aurora Engine implements an Ethereum Virtual Machine (EVM) on the NEAR Protocol.
10-
See [NEAR docs](https://docs.near.org/docs/develop/evm/introduction)for
11-
additional documentation.
10+
See [doc.aurora.dev](https://doc.aurora.dev/develop/compat/evm) for additional
11+
documentation.
1212

1313
## Deployments
1414

1515
Network | Contract ID | Chain ID | Status
1616
------- | ------------------- | ---------- | ------
17-
MainNet | [`aurora`][MainNet] | 1313161554 |
17+
MainNet | [`aurora`][MainNet] | 1313161554 | 🚧
1818
TestNet | [`aurora`][TestNet] | 1313161555 | 🚧
1919
BetaNet | [`aurora`][BetaNet] | 1313161556 | 🚧
2020
Local | `aurora.test.near` | 1313161556 | ✅
@@ -140,51 +140,3 @@ aurora call 0xFc481F4037887e10708552c0D7563Ec6858640d6 0x2baeceb7 # decrement()
140140
near state aurora.test.near
141141
aurora dump-storage
142142
```
143-
144-
## Interface
145-
146-
### Administrative methods
147-
148-
#### `new`
149-
150-
#### `get_version`
151-
152-
#### `get_owner`
153-
154-
#### `get_bridge_prover`
155-
156-
#### `get_chain_id`
157-
158-
#### `get_upgrade_index`
159-
160-
#### `stage_upgrade`
161-
162-
#### `deploy_upgrade`
163-
164-
### Mutative methods
165-
166-
#### `deploy_code`
167-
168-
#### `call`
169-
170-
#### `raw_call`
171-
172-
#### `meta_call`
173-
174-
### Nonmutative methods
175-
176-
#### `view`
177-
178-
#### `get_code`
179-
180-
#### `get_balance`
181-
182-
#### `get_nonce`
183-
184-
#### `get_storage_at`
185-
186-
### Benchmarking methods
187-
188-
#### `begin_chain`
189-
190-
#### `begin_block`

0 commit comments

Comments
 (0)