Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion backend/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down
18 changes: 9 additions & 9 deletions courses/eos_evm_semi_tech_workshop.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -47,7 +47,7 @@
"tags": [
"evm"
],
"instructor": "Zaisan & EOS Network Foundation",
"instructor": "Zaisan & Vaulta Network Foundation",
"thumbnail": "",
"answers": {
"eosevm-q1": "c",
Expand Down
6 changes: 3 additions & 3 deletions courses/getting_started_with_eos.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions courses/nsjames_getting_started_with_hardhat.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion courses/nsjames_verify_your_contract_using_hardhat.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions courses/tamagotchi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion courses/todont.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down
2 changes: 1 addition & 1 deletion courses/wharf_session_webinar.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion frontend/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions frontend/components/Nav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!-- <NuxtLink class="link" to="/discover?type=tools">Discover</NuxtLink>-->
<!-- <NuxtLink class="link" to="/docs">Docs</NuxtLink>-->
<a href="https://docs.eosnetwork.com" target="_blank" rel="noopener noreferrer" class="link">Docs</a>
<a href="https://eosnetwork.com" target="_blank" rel="noopener noreferrer" class="link">What is EOS?</a>
<a href="https://eosnetwork.com" target="_blank" rel="noopener noreferrer" class="link">What is Vaulta?</a>
</section>
<section class="account" v-if="loading"></section>
<section class="account" v-else>
Expand Down Expand Up @@ -52,7 +52,7 @@
<!-- <NuxtLink @click.native="hamburgerOpen = false" class="link" to="/earn">Earn</NuxtLink>-->
<!-- <NuxtLink @click.native="hamburgerOpen = false" class="link" to="/discover?type=tools">Discover</NuxtLink>-->
<a href="https://docs.eosnetwork.com" target="_blank" rel="noopener noreferrer" @click.native="hamburgerOpen = false" class="link">Docs</a>
<a href="https://eosnetwork.com" target="_blank" rel="noopener noreferrer" @click.native="hamburgerOpen = false" class="link">What is EOS?</a>
<a href="https://eosnetwork.com" target="_blank" rel="noopener noreferrer" @click.native="hamburgerOpen = false" class="link">What is Vaulta?</a>
</section>
</section>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion frontend/layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
export default {
head() {
return {
title: "Developers - EOS Network"
title: "Developers - Vaulta Network"
};
},
created() {
Expand Down
4 changes: 2 additions & 2 deletions frontend/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ export default {
target: 'static',
// Global page headers: https://go.nuxtjs.dev/config-head
head: {
title: 'Learn EOS',
title: 'Learn Vaulta',
htmlAttrs: {
lang: 'en'
},
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
{ hid: 'description', name: 'description', content: 'Learn and Earn on EOS with the Learn Hub' },
{ hid: 'description', name: 'description', content: 'Learn and Earn on Vaulta with the Learn Hub' },
{ name: 'format-detection', content: 'telephone=no' }
],
link: [
Expand Down
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "frontend",
"version": "1.0.15",
"description": "EOS Network Foundation DevHub portal website frontend",
"description": "Vaulta Foundation DevHub portal website frontend",
"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"
},
Expand Down
2 changes: 1 addition & 1 deletion frontend/pages/earn/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default {
},
// {
// title:'Help grow the community',
// description:"Earn money by helping to expand the EOS community!",
// description:"Earn money by helping to expand the Vaulta community!",
// buttonText:"Find out more",
// route:'https://eosnetwork.com/blog/the-road-to-10k-growing-the-eos-discord-community/',
// image:`https://eosnetwork.com/wp-content/uploads/2022/08/Road_To_10k-1024x576.png`,
Expand Down
4 changes: 2 additions & 2 deletions frontend/pages/earn/port.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<li>You may not steal assets (branding, images, etc)</li>
<li>The application should be as close to the original as possible</li>
<li>You can not port the same app multiple times</li>
<li>You must port apps to the EOS Mainnet</li>
<li>You must port apps to the Vaulta Mainnet</li>
<li>You can not do a token sale</li>
</ul>
</section>
Expand All @@ -49,7 +49,7 @@
<p>
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.
</p>
</section>

Expand Down
4 changes: 2 additions & 2 deletions frontend/plugins/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down
2 changes: 1 addition & 1 deletion structures/README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
4 changes: 2 additions & 2 deletions structures/package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down
Loading