File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
99Aurora 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
1515Network | Contract ID | Chain ID | Status
1616------- | ------------------- | ---------- | ------
17- MainNet | [ ` aurora ` ] [ MainNet ] | 1313161554 | ❌
17+ MainNet | [ ` aurora ` ] [ MainNet ] | 1313161554 | 🚧
1818TestNet | [ ` aurora ` ] [ TestNet ] | 1313161555 | 🚧
1919BetaNet | [ ` aurora ` ] [ BetaNet ] | 1313161556 | 🚧
2020Local | ` aurora.test.near ` | 1313161556 | ✅
@@ -140,51 +140,3 @@ aurora call 0xFc481F4037887e10708552c0D7563Ec6858640d6 0x2baeceb7 # decrement()
140140near state aurora.test.near
141141aurora 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 `
You can’t perform that action at this time.
0 commit comments