Skip to content

Commit dbcbe1d

Browse files
committed
rebrand to Vaulta
1 parent 6898ba6 commit dbcbe1d

20 files changed

Lines changed: 39 additions & 39 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# DevHub
2-
This repository contains the source code for the EOS Network Foundation DevHub learning portal at [learn.eosnetwork.com](https://learn.eosnetwork.com).
2+
This repository contains the source code for the Vaulta Foundation DevHub learning portal at [learn.eosnetwork.com](https://learn.eosnetwork.com).
33

44
#### Index
55
1. [Architecture](#architecture)

backend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Backend
2-
EOS Network Foundation DevHub portal website backend for [learn.eosnetwork.com](https://learn.eosnetwork.com).
2+
Vaulta Network Foundation DevHub portal website backend for [learn.eosnetwork.com](https://learn.eosnetwork.com).
33

44
## Development
55
Once you have the [prerequisites](../README.md#prerequisites) installed and [structures](../structures/README.md) built, start here.

backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "backend",
33
"version": "1.1.0",
4-
"description": "EOS Network Foundation DevHub portal website backend",
4+
"description": "Vaulta Foundation DevHub portal website backend",
55
"main": "index.js",
66
"repository": "https://github.com/eosnetworkfoundation/devhub",
77
"homepage": "https://learn.eosnetwork.com",
88
"author": {
9-
"name": "EOS Network Foundation",
9+
"name": "Vaulta Foundation",
1010
"email": "support@eosnetwork.com",
1111
"url": "https://eosnetwork.com"
1212
},

courses/eos_evm_semi_tech_workshop.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"created_at": 1685543664358,
44
"slug": "introducing-eos-evm-semi-technical-workshop",
55
"slug_hash": "247cb8e5d7653cd319fe1c75cf4552f3295b87615d8824776a37667acd6cfb5f",
6-
"title": "Introducing EOS EVM: Semi-technical Workshop",
7-
"description": "Learn what the EOS EVM is, how it works, and how it can benefit you.",
6+
"title": "Introducing Vaulta EVM: Semi-technical Workshop",
7+
"description": "Learn what the Vaulta EVM is, how it works, and how it can benefit you.",
88
"episodes": [
99
{
1010
"id": "eos-evm-workshop",
11-
"title": "How to Supercharge Your Ethereum dApps: Introducing EOS EVM",
12-
"description": "If you're looking to supercharge your Web3 development, watch this informative webinar to learn how the EOS EVM can help you bridge the best of both worlds!",
11+
"title": "How to Supercharge Your Ethereum dApps: Introducing Vaulta EVM",
12+
"description": "If you're looking to supercharge your Web3 development, watch this informative webinar to learn how the Vaulta EVM can help you bridge the best of both worlds!",
1313
"questions": [
1414
{
1515
"id": "eosevm-q1",
@@ -22,15 +22,15 @@
2222
},
2323
{
2424
"id": "eosevm-q2",
25-
"text": "Which component relays transactions to the EOS Network?",
25+
"text": "Which component relays transactions to the Vaulta Network?",
2626
"possible_answers": {
27-
"a": "EOS EVM RPC Node",
28-
"b": "EOS EVM Transaction Miner"
27+
"a": "Vaulta EVM RPC Node",
28+
"b": "Vaulta EVM Transaction Miner"
2929
}
3030
},
3131
{
3232
"id": "eosevm-q3",
33-
"text": "How many swaps per second can EOS EVM support?",
33+
"text": "How many swaps per second can Vaulta EVM support?",
3434
"possible_answers": {
3535
"a": "814",
3636
"b": "273",
@@ -47,7 +47,7 @@
4747
"tags": [
4848
"evm"
4949
],
50-
"instructor": "Zaisan & EOS Network Foundation",
50+
"instructor": "Zaisan & Vaulta Network Foundation",
5151
"thumbnail": "",
5252
"answers": {
5353
"eosevm-q1": "c",

courses/getting_started_with_eos.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"created_at": 1670445225483,
44
"slug": "getting-started-with-eos",
55
"slug_hash": "399084aef0ffe28af83f3a743bfe7f7329b3c8fdadcc91ab8e467ae07cf5a646",
6-
"title": "Getting started with EOS",
7-
"description": "Get to know the basics of EOS with short and easy to understand videos",
6+
"title": "Getting started with Vaulta",
7+
"description": "Get to know the basics of Vaulta with short and easy to understand videos",
88
"episodes": [
99
{
1010
"id": "what-is-a-blockchain",
@@ -163,7 +163,7 @@
163163
},
164164
{
165165
"id": "what_is_the_standard_language",
166-
"text": "What is the standard language for EOS development?",
166+
"text": "What is the standard language for Vaulta development?",
167167
"possible_answers": {
168168
"0": "Rust",
169169
"1": "Go",

courses/nsjames_getting_started_with_hardhat.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"slug": "getting-started-with-hardhat",
55
"slug_hash": "c5928a7c9beae77a4c118440769dea6730f8d1b19604eba0ea5603370c7d2424",
66
"title": "Getting started with Hardhat",
7-
"description": "Learn how to compile, test, and deploy smart contracts on the EOS EVM using Hardhat.",
7+
"description": "Learn how to compile, test, and deploy smart contracts on Vaulta's EVM using Hardhat.",
88
"episodes": [
99
{
1010
"id": "using-hardhat",
1111
"title": "Hardhat crash course",
12-
"description": "This video tutorial will run you through everything you need to know to deploy contracts on the EOS EVM using hardhat.",
12+
"description": "This video tutorial will run you through everything you need to know to deploy contracts on Vaulta's EVM using hardhat.",
1313
"questions": [
1414
{
1515
"id": "using-hardhat-q1",

courses/nsjames_verify_your_contract_using_hardhat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"slug": "verify-your-contract-using-hardhat",
55
"slug_hash": "f9e1a30a0ad4f1a862e35dbd87f9affabfcd62af6040b6c2ef8374caf24040f3",
66
"title": "Verify your contract using Hardhat",
7-
"description": "Learn how to verify your contract on the EOS EVM.",
7+
"description": "Learn how to verify your contract on the Vaulta EVM.",
88
"episodes": [
99
{
1010
"id": "verify-using-hardhat",

courses/tamagotchi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"slug": "build-a-tamagotchi",
55
"slug_hash": "",
66
"title": "Build a Tamagotchi game",
7-
"description": "Build a Tamagotchi game to learn how to use EOS Native C++, SvelteKit and WharfKit",
7+
"description": "Build a Tamagotchi game to learn how to use Vaulta Native C++, SvelteKit and WharfKit",
88
"episodes": [
99
{
1010
"id": "tamagotchi",
@@ -47,7 +47,7 @@
4747
},
4848
{
4949
"id": "what_is_the_web_sdk",
50-
"text": "What is the JavaScript SDK for EOS called?",
50+
"text": "What is the JavaScript SDK for Vaulta called?",
5151
"possible_answers": {
5252
"0": "WinkleKit",
5353
"1": "WaffleKit",

courses/todont.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"created_at": 1670452820900,
44
"slug": "build-a-todont",
55
"slug_hash": "",
6-
"title": "Build a TODONT app on EOS EVM",
6+
"title": "Build a TODONT app on Vaulta EVM",
77
"description": "Tired of building TODO apps? Build a TODONT app!",
88
"episodes": [
99
{

courses/wharf_session_webinar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"slug": "introducing-wharf-sessionkit-overview",
55
"slug_hash": "545c2535508a15174b2e30a9fcbf935781030cd6b7e171b19e2e2301c54ddbb1",
66
"title": "Introducing Wharf: SessionKit & Overview",
7-
"description": "Learn about EOS' new JavaScript SDK, and how it can help you build better web3 apps!",
7+
"description": "Learn about Vaulta's new JavaScript SDK, and how it can help you build better web3 apps!",
88
"episodes": [
99
{
1010
"id": "overview",

0 commit comments

Comments
 (0)