Welcome to the Web3 Developer Experience

Welcome to the Web3 Developer Experience

Welcome to the Web3 Developer Experience

Get Immediate Value through our 12 Week Developer Experience Course.

Get Immediate Value through our 12 Week Developer Experience Course.

Get Immediate Value through our 12 Week Developer Experience Course.

INITIATIVES

Logo
✦ WEB3•ADOPT•EDUCATE ✦
ESTABLISHED 2021

CODEX3

Academy

Logo
✦ WEB3•ADOPT•EDUCATE ✦
ESTABLISHED 2021

CODEX3

Academy

Logo
✦ WEB3•ADOPT•EDUCATE ✦
ESTABLISHED 2021

CODEX3

Academy

Unlock the Future of Web3 with Our Comprehensive 12 Week - Course Program. 

Unlock the Future of Web3 with Our Comprehensive 12 Week - Course Program. 

This course empowers participants to support application development, create Web3 architectures from client ideas, document for development, and build DeFi protocols using client use cases.

This course empowers participants to support application development, create Web3 architectures from client ideas, document for development, and build DeFi protocols using client use cases.

WEBSHOP
WEBSHOP

Build Decentralized Apps (dApps)

Delve into the architecture and intricate

workings of decentralized applications.

Delve into the architecture and intricate

workings of decentralized applications.

Guidance with Hands-On Mentors

Benefit from expert guidance and practical

training in a supportive evironment.

Benefit from expert guidance and practical

training in a supportive evironment.

Capstone Projects

Hone your blockchain and Web3 skills through

challenging capstone projects that simulate

real-world scenarios

Hone your blockchain and Web3 skills through

challenging capstone projects that simulate

real-world scenarios

dApp Development

Exploring the Core.

Mentorship

Expert Guidance.

Blockchain Projects

Web3 Skills in Action.

dApp Development

Exploring the Core.

Mentorship

Expert Guidance.

Blockchain Projects

Web3 Skills in Action.

Unlock the Future: Mastering Blockchain & Web3.

Unlock the Future: Mastering Blockchain & Web3

Embrace the Digital Revolution and Understand Why Learning Blockchain and Web3 is Essential

Early Adoption Advantage

Early Adoption Advantage

Potential for Entrepreneurial Ventures

Potential for Entrepreneurial Ventures

Enhanced Security and Privacy Knowledge

Enhanced Security and Privacy Knowledge

Understanding the Backbone of Cryptocurrencies

Understanding the Backbone of Cryptocurrencies

Innovative Problem Solving with Decentralized Solutions

Up to 100PB storage per team account

Build your own smart contract.

Build your own smart contract.

Build your own smart contract.

Learn how to build your own smart contracts, deploy on chain and connect it to your front end application.

Learn how to build your own smart contracts, deploy on chain and connect it to your front end application.

Learn how to build your own smart contracts, deploy on chain and connect it to your front end application.

npm install --save-dev truffle

$ npx truffle init

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// SPDX-License-Identifier: MIT
pragma solidity >=0.8.0;

contract CODEX3 is ERC721Enumerable, Ownable {
  using Strings for uint256;

  string baseURI;
  string public baseExtension = ".json";
  uint256 public cost = 2 ether;
  uint256 public maxSupply = 3000;
  uint256 public maxMintAmount = 5;
  bool public paused = false;
  bool public revealed = false;
//   string public notRevealedUri;

  constructor(
    string memory _name,
    string memory _symbol,
    string memory _initBaseURI
    // string memory _initNotRevealedUri
  ) ERC721(_name, _symbol) {
    setBaseURI(_initBaseURI);
    // setNotRevealedURI(_initNotRevealedUri);

// SPDX-License-Identifier: MIT
pragma solidity >=0.8.0;

contract CODEX3 is ERC721Enumerable, Ownable {
  using Strings for uint256;

  string baseURI;
  string public baseExtension = ".json";
  uint256 public cost = 2 ether;
  uint256 public maxSupply = 3000;
  uint256 public maxMintAmount = 5;
  bool public paused = false;
  bool public revealed = false;
//   string public notRevealedUri;

  constructor(
    string memory _name,
    string memory _symbol,
    string memory _initBaseURI
    // string memory _initNotRevealedUri
  ) ERC721(_name, _symbol) {
    setBaseURI(_initBaseURI);
    // setNotRevealedURI(_initNotRevealedUri);

// SPDX-License-Identifier: MIT
pragma solidity >=0.8.0;

contract CODEX3 is ERC721Enumerable, Ownable {
  using Strings for uint256;

  string baseURI;
  string public baseExtension = ".json";
  uint256 public cost = 2 ether;
  uint256 public maxSupply = 3000;
  uint256 public maxMintAmount = 5;
  bool public paused = false;
  bool public revealed = false;
//   string public notRevealedUri;

  constructor(
    string memory _name,
    string memory _symbol,
    string memory _initBaseURI
    // string memory _initNotRevealedUri
  ) ERC721(_name, _symbol) {
    setBaseURI(_initBaseURI);
    // setNotRevealedURI(_initNotRevealedUri);

Comprehensive, onsight training

Comprehensive, onsight training

Comprehensive, onsight training

Take a dive into our course structure.


Morning Classes: 9am to 11am

Evening Classes: 6pm to 8pm

Classes run from Mon to Fri.

Week 1: Mindset

Week 1: Mindset


We’ll lay the groundwork for the entire course. This week is all about orientation, ensuring that our students understand the course's structure and objectives.

Week 2: Solutions Layer Overview

Week 2: Solutions Layer Overview


Students will deep dive into the application architecture overview of web3 and how to put these documents together.

Week 3: Application Layer

Week 3: Application Layer

Students will learn how to clone and deploy using popular web frameworks like REACT and Angular, gaining hands-on experience that's crucial for modern development roles. 

Week 4: Value Layer

Week 4: Value Layer

We use the latest software to power your data. Used by the biggest enterprises today, our stack has stood the test of time.

Week 5: Settlement Layer

Week 5: Settlement Layer

We discuss issuance and settlement, while going through web3 libraries to allow students to interact with smart contracts.

Week 6: Data Layer

Week 6: Data Layer

The focus will be on the ERC Standards, providing an understanding of the various token standards and their use cases and discussing data and its metadata.

Week 7: No Code Low Code

Week 7: No Code Low Code

Students will be equiped with skills in no-code and low-code solutions, empowering them to build and fix applications efficiently. Nocode lowcode - create complementary issues to the code deployed. Help then improve their work by self auditing their code

Week 8: Chainlink Oracles

Week 8: Chainlink Oracles

We dive into Oracles, enabling real-world data integration into smart contracts and expand the capabilities of decentralised applications.

Week 9: Capstone Project #1

Week 9: Capstone Project #1

We start building our first full fledge decentralised blockchain application. You will build your own NFT, upload to IPFS, write your own smart contracts and deploy to Polygon Testnet and view your creation on Opensea.

Week 10: Capstone Project #2

Week 10: Capstone Project #2

We begin our journey into building a powerful NFT Multi-Chain Marketplace. This is the start of an exciting journey to build a NFT Marketplace that can interact with many EVM based blockchains.

Week 11: Capstone Project #2

Week 11: Capstone Project #2

We begin our journey into building a powerful NFT Multi-Chain Marketplace. This is the start of an exciting journey to build a NFT Marketplace that can interact with many EVM based blockchains.

Week 12: Internal Hackathon

Week 12: Internal Hackathon

We’ll culminate the course with a simulated ‘Fake Hackathon,’ preparing our students for the intensity and innovation of the hackathon environment, and fine-tuning their ability to apply for jobs in the tech industry.

Join Our Waitlist

The 12 Week Developer Experience Starts Q1 2024

Join Our Waitlist

The 12 Week Developer Experience Starts Q1 2024

Join Our Waitlist

The 12 Week Developer Experience Starts Q1 2024