diff --git a/README.md b/README.md
index 7f6dd89..e2c6e34 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# DevHub
-This repository contains the source code for the EOS Network Foundation DevHub learning portal at [learn.eosnetwork.com](https://learn.eosnetwork.com).
+This repository contains the source code for the Vaulta Foundation DevHub learning portal at [learn.eosnetwork.com](https://learn.eosnetwork.com).
#### Index
1. [Architecture](#architecture)
diff --git a/backend/README.md b/backend/README.md
index 2dec67e..c76139e 100644
--- a/backend/README.md
+++ b/backend/README.md
@@ -1,5 +1,5 @@
# Backend
-EOS Network Foundation DevHub portal website backend for [learn.eosnetwork.com](https://learn.eosnetwork.com).
+Vaulta Network Foundation DevHub portal website backend for [learn.eosnetwork.com](https://learn.eosnetwork.com).
## Development
Once you have the [prerequisites](../README.md#prerequisites) installed and [structures](../structures/README.md) built, start here.
diff --git a/backend/package.json b/backend/package.json
index 24b9031..784d1da 100644
--- a/backend/package.json
+++ b/backend/package.json
@@ -1,12 +1,12 @@
{
"name": "backend",
"version": "1.1.0",
- "description": "EOS Network Foundation DevHub portal website backend",
+ "description": "Vaulta Foundation DevHub portal website backend",
"main": "index.js",
"repository": "https://github.com/eosnetworkfoundation/devhub",
"homepage": "https://learn.eosnetwork.com",
"author": {
- "name": "EOS Network Foundation",
+ "name": "Vaulta Foundation",
"email": "support@eosnetwork.com",
"url": "https://eosnetwork.com"
},
diff --git a/courses/eos_evm_semi_tech_workshop.json b/courses/eos_evm_semi_tech_workshop.json
index 6500115..1ca6918 100644
--- a/courses/eos_evm_semi_tech_workshop.json
+++ b/courses/eos_evm_semi_tech_workshop.json
@@ -3,13 +3,13 @@
"created_at": 1685543664358,
"slug": "introducing-eos-evm-semi-technical-workshop",
"slug_hash": "247cb8e5d7653cd319fe1c75cf4552f3295b87615d8824776a37667acd6cfb5f",
- "title": "Introducing EOS EVM: Semi-technical Workshop",
- "description": "Learn what the EOS EVM is, how it works, and how it can benefit you.",
+ "title": "Introducing Vaulta EVM: Semi-technical Workshop",
+ "description": "Learn what the Vaulta EVM is, how it works, and how it can benefit you.",
"episodes": [
{
"id": "eos-evm-workshop",
- "title": "How to Supercharge Your Ethereum dApps: Introducing EOS EVM",
- "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!",
+ "title": "How to Supercharge Your Ethereum dApps: Introducing Vaulta EVM",
+ "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!",
"questions": [
{
"id": "eosevm-q1",
@@ -22,15 +22,15 @@
},
{
"id": "eosevm-q2",
- "text": "Which component relays transactions to the EOS Network?",
+ "text": "Which component relays transactions to the Vaulta Network?",
"possible_answers": {
- "a": "EOS EVM RPC Node",
- "b": "EOS EVM Transaction Miner"
+ "a": "Vaulta EVM RPC Node",
+ "b": "Vaulta EVM Transaction Miner"
}
},
{
"id": "eosevm-q3",
- "text": "How many swaps per second can EOS EVM support?",
+ "text": "How many swaps per second can Vaulta EVM support?",
"possible_answers": {
"a": "814",
"b": "273",
@@ -47,7 +47,7 @@
"tags": [
"evm"
],
- "instructor": "Zaisan & EOS Network Foundation",
+ "instructor": "Zaisan & Vaulta Network Foundation",
"thumbnail": "",
"answers": {
"eosevm-q1": "c",
diff --git a/courses/getting_started_with_eos.json b/courses/getting_started_with_eos.json
index 0d1b664..eee93c5 100644
--- a/courses/getting_started_with_eos.json
+++ b/courses/getting_started_with_eos.json
@@ -3,8 +3,8 @@
"created_at": 1670445225483,
"slug": "getting-started-with-eos",
"slug_hash": "399084aef0ffe28af83f3a743bfe7f7329b3c8fdadcc91ab8e467ae07cf5a646",
- "title": "Getting started with EOS",
- "description": "Get to know the basics of EOS with short and easy to understand videos",
+ "title": "Getting started with Vaulta",
+ "description": "Get to know the basics of Vaulta with short and easy to understand videos",
"episodes": [
{
"id": "what-is-a-blockchain",
@@ -163,7 +163,7 @@
},
{
"id": "what_is_the_standard_language",
- "text": "What is the standard language for EOS development?",
+ "text": "What is the standard language for Vaulta development?",
"possible_answers": {
"0": "Rust",
"1": "Go",
diff --git a/courses/nsjames_getting_started_with_hardhat.json b/courses/nsjames_getting_started_with_hardhat.json
index d451cb9..b052371 100644
--- a/courses/nsjames_getting_started_with_hardhat.json
+++ b/courses/nsjames_getting_started_with_hardhat.json
@@ -4,12 +4,12 @@
"slug": "getting-started-with-hardhat",
"slug_hash": "c5928a7c9beae77a4c118440769dea6730f8d1b19604eba0ea5603370c7d2424",
"title": "Getting started with Hardhat",
- "description": "Learn how to compile, test, and deploy smart contracts on the EOS EVM using Hardhat.",
+ "description": "Learn how to compile, test, and deploy smart contracts on Vaulta's EVM using Hardhat.",
"episodes": [
{
"id": "using-hardhat",
"title": "Hardhat crash course",
- "description": "This video tutorial will run you through everything you need to know to deploy contracts on the EOS EVM using hardhat.",
+ "description": "This video tutorial will run you through everything you need to know to deploy contracts on Vaulta's EVM using hardhat.",
"questions": [
{
"id": "using-hardhat-q1",
diff --git a/courses/nsjames_verify_your_contract_using_hardhat.json b/courses/nsjames_verify_your_contract_using_hardhat.json
index 047c59b..47f61aa 100644
--- a/courses/nsjames_verify_your_contract_using_hardhat.json
+++ b/courses/nsjames_verify_your_contract_using_hardhat.json
@@ -4,7 +4,7 @@
"slug": "verify-your-contract-using-hardhat",
"slug_hash": "f9e1a30a0ad4f1a862e35dbd87f9affabfcd62af6040b6c2ef8374caf24040f3",
"title": "Verify your contract using Hardhat",
- "description": "Learn how to verify your contract on the EOS EVM.",
+ "description": "Learn how to verify your contract on the Vaulta EVM.",
"episodes": [
{
"id": "verify-using-hardhat",
diff --git a/courses/tamagotchi.json b/courses/tamagotchi.json
index 8d8e91f..a6e2f79 100644
--- a/courses/tamagotchi.json
+++ b/courses/tamagotchi.json
@@ -4,7 +4,7 @@
"slug": "build-a-tamagotchi",
"slug_hash": "",
"title": "Build a Tamagotchi game",
- "description": "Build a Tamagotchi game to learn how to use EOS Native C++, SvelteKit and WharfKit",
+ "description": "Build a Tamagotchi game to learn how to use Vaulta Native C++, SvelteKit and WharfKit",
"episodes": [
{
"id": "tamagotchi",
@@ -47,7 +47,7 @@
},
{
"id": "what_is_the_web_sdk",
- "text": "What is the JavaScript SDK for EOS called?",
+ "text": "What is the JavaScript SDK for Vaulta called?",
"possible_answers": {
"0": "WinkleKit",
"1": "WaffleKit",
diff --git a/courses/todont.json b/courses/todont.json
index 04b110a..f4164af 100644
--- a/courses/todont.json
+++ b/courses/todont.json
@@ -3,7 +3,7 @@
"created_at": 1670452820900,
"slug": "build-a-todont",
"slug_hash": "",
- "title": "Build a TODONT app on EOS EVM",
+ "title": "Build a TODONT app on Vaulta EVM",
"description": "Tired of building TODO apps? Build a TODONT app!",
"episodes": [
{
diff --git a/courses/wharf_session_webinar.json b/courses/wharf_session_webinar.json
index 080ca51..16c343e 100644
--- a/courses/wharf_session_webinar.json
+++ b/courses/wharf_session_webinar.json
@@ -4,7 +4,7 @@
"slug": "introducing-wharf-sessionkit-overview",
"slug_hash": "545c2535508a15174b2e30a9fcbf935781030cd6b7e171b19e2e2301c54ddbb1",
"title": "Introducing Wharf: SessionKit & Overview",
- "description": "Learn about EOS' new JavaScript SDK, and how it can help you build better web3 apps!",
+ "description": "Learn about Vaulta's new JavaScript SDK, and how it can help you build better web3 apps!",
"episodes": [
{
"id": "overview",
diff --git a/frontend/README.md b/frontend/README.md
index ab98afa..6d157e7 100644
--- a/frontend/README.md
+++ b/frontend/README.md
@@ -1,5 +1,5 @@
# Frontend
-EOS Network Foundation DevHub portal website frontend for [learn.eosnetwork.com](https://learn.eosnetwork.com).
+Vaulta Foundation DevHub portal website frontend for [learn.eosnetwork.com](https://learn.eosnetwork.com).
## Publishing
diff --git a/frontend/components/Nav.vue b/frontend/components/Nav.vue
index a395772..bc9e4be 100644
--- a/frontend/components/Nav.vue
+++ b/frontend/components/Nav.vue
@@ -12,7 +12,7 @@
Docs
- What is EOS?
+ What is Vaulta?
Once you have completed porting one of the requested applications, you can click the "Claim" button below to request a payout. You will be paired up with one of our advocates who will review the application with you. They will record the session and will forward that one to - a committee of reviewers who will then grade the application. If you pass the threshold for approval, you will be paid in EOS. + a committee of reviewers who will then grade the application. If you pass the threshold for approval, you will be paid in A.
diff --git a/frontend/plugins/common.ts b/frontend/plugins/common.ts index a7b6444..a9210ab 100644 --- a/frontend/plugins/common.ts +++ b/frontend/plugins/common.ts @@ -26,8 +26,8 @@ export default (context, inject) => { } }, head(){ - const description = `Watch video courses on blockchain development for the EOS Network`; - const title = `Learn EOS Blockchain Development`; + const description = `Watch video courses on blockchain development for the Vaulta Network`; + const title = `Learn Vaulta Blockchain Development`; return { title, meta: [ diff --git a/structures/README.md b/structures/README.md index 8e253a4..907ff3a 100644 --- a/structures/README.md +++ b/structures/README.md @@ -1,5 +1,5 @@ # Structures -EOS Network Foundation DevHub portal website schema definition for the backend used by [learn.eosnetwork.com](https://learn.eosnetwork.com). +Vaulta Network Foundation DevHub portal website schema definition for the backend used by [learn.eosnetwork.com](https://learn.eosnetwork.com). ## Development Once you have the [prerequisites](../README.md#prerequisites) installed, start here. Note this must be built before the [backend](../backend/README.md). diff --git a/structures/package.json b/structures/package.json index e9a1ea3..3df9349 100644 --- a/structures/package.json +++ b/structures/package.json @@ -1,11 +1,11 @@ { "name": "@eosn/devhub-structures", "version": "1.0.0", - "description": "EOS Network Foundation DevHub portal website schema definition for the backend", + "description": "Vaulta Foundation DevHub portal website schema definition for the backend", "repository": "https://github.com/eosnetworkfoundation/devhub", "homepage": "https://learn.eosnetwork.com", "author": { - "name": "EOS Network Foundation", + "name": "Vaulta Foundation", "email": "support@eosnetwork.com", "url": "https://eosnetwork.com" },