You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,19 @@ The Vaulta EVM consists of multiple components that are tracked across different
6
6
7
7
The repositories containing code relevant to the Vaulta EVM project include:
8
8
1.https://github.com/VaultaFoundation/evm-node: Vaulta EVM Node and RPC.
9
-
2.https://github.com/VaultaFoundation/blockscout: A fork of the [blockscout](https://github.com/VaultaFoundation/blockscout) blockchain explorer with adaptations to make it suitable for the Vaulta EVM project.
10
-
3.https://github.com/VaultaFoundation/evm-bridge-frontend: Frontend to operate the EVM trustless bridge.
3.https://github.com/VaultaFoundation/blockscout: A fork of the [blockscout](https://github.com/VaultaFoundation/blockscout) blockchain explorer with adaptations to make it suitable for the Vaulta EVM project.
11
+
4.https://github.com/VaultaFoundation/evm-bridge-contracts: Trustless bridge contract that bridges ERC-20 tokens in EVM side with tokens deployed in Vaulta native side.
12
+
5.https://github.com/VaultaFoundation/evm-bridge-frontend: Frontend to operate the EVM trustless bridge.
13
+
6. This repository.
12
14
13
15
This repository in particular hosts the source to build the Vaulta EVM Contract:
14
16
1. Vaulta EVM Contract: This is the Antelope smart contract that implements the main runtime for the EVM. The source code for the smart contract can be found in the `contracts` directory. The main build artifacts are `evm_runtime.wasm` and `evm_runtime.abi`.
15
17
16
18
Beyond code, there are additional useful resources relevant to the Vaulta EVM project.
17
-
1.https://github.com/eosnetworkfoundation/evm-public-docs: A repository to hold technical documentation for an audience interested in following and participating in the operations of the Vaulta EVM project. The genesis JSON needed to stand up a Vaulta EVM Node that works with the EVM on the Vaulta blockchain can also be found in that repository.
18
-
2.https://docs.eosnetwork.com/docs/latest/eos-evm/: Official documentation for the Vaulta EVM.
19
+
1.https://github.com/VaultaFoundation/evm-public-docs/tree/main/deployments_plan_for_CEX: A detailed evm-node deployment guideline of Vaulta EVM for service providers and centralized exchanges.
20
+
2.https://github.com/VaultaFoundation/evm-public-docs: A repository to hold technical documentation for an audience interested in following and participating in the operations of the Vaulta EVM project. The genesis JSON needed to stand up a Vaulta EVM Node that works with the EVM on the Vaulta blockchain can also be found in that repository.
21
+
3.https://docs.eosnetwork.com/docs/latest/eos-evm/: Official documentation for the Vaulta EVM.
19
22
20
23
## Compilation
21
24
@@ -100,3 +103,4 @@ This repo contains the following GitHub Actions workflows for CI:
100
103
-[Documentation](./.github/workflows/node.md)
101
104
102
105
See the pipeline documentation for more information.
0 commit comments