Skip to content

Commit 7a3778f

Browse files
authored
Merge pull request #894 from VaultaFoundation/taokayan-final-docs
doc updates & rebranding
2 parents f2881a6 + 3f356a2 commit 7a3778f

File tree

3 files changed

+182
-190
lines changed

3 files changed

+182
-190
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,19 @@ The Vaulta EVM consists of multiple components that are tracked across different
66

77
The repositories containing code relevant to the Vaulta EVM project include:
88
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.
11-
4. This repository.
9+
2. https://github.com/VaultaFoundation/evm-miner: Vaulta EVM miner.
10+
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.
1214

1315
This repository in particular hosts the source to build the Vaulta EVM Contract:
1416
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`.
1517

1618
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.
1922

2023
## Compilation
2124

@@ -100,3 +103,4 @@ This repo contains the following GitHub Actions workflows for CI:
100103
- [Documentation](./.github/workflows/node.md)
101104

102105
See the pipeline documentation for more information.
106+

0 commit comments

Comments
 (0)