Development Journey

A comprehensive timeline of blockchain development milestones and achievements

Week 1.1 and 1.2: SPL Token Minting

Understood the concept of spl tokens on solana. Initialized, Added Metadata, Minted SPL tokens on Solana.

Week 1.1 and 1.2: SPL Token Minting screenshot

Week 1.3: NFT Minting & Rug Day

Understood the Metaplex tools for NFT. Initialized, Added Metadata to the NFT and Minted NFTs on Solana.

Week 1.3: NFT Minting & Rug Day screenshot

Week 2.1: Vault

Understood what a vault actually is and how it works. Built the smart contract using anchor. Added typescript tests to it.

Week 2.1: Vault screenshot

Unofficial: Vault Frontend

Built a React frontend for the Vault smart contract, allowing users to interact with the contract via a web UI.

Unofficial: Vault Frontend screenshot

Week 2.2: Escrow

Understood what an escrow is, how s it different from a vault. Implemented the escrow contract using anchor. Added Typescript tests for it.

Week 2.2: Escrow screenshot

Unofficial: Escrow Frontend

Developed a frontend for the Escrow contract, providing a user-friendly interface for escrow operations.

Unofficial: Escrow Frontend screenshot

Week 2.3: AMM

Explored AMMs and combined the knowledge of vault and escrow to build the Automated Market Maker smart contract using anchor.

Week 2.3: AMM screenshot

Unofficial: AMM Frontend

Created a frontend for the Automated Market Maker, enabling users to swap tokens and provide liquidity.

Week 3.1: NFT Staking

Using the knowledge of nfts from week 1, escrows from week 2, built an NFT Staking smart contract using anchor.

Week 3.1: NFT Staking screenshot

Week 3.3: NFT Marketplace

Using the knowledge of nfts and escrows from week 2, built an nft marketplace contract using anchor.

Week 3.3: NFT Marketplace screenshot

Unofficial: Vault Contract in Pinocchio

Implemented the Vault smart contract using Pinocchio, an advanced language for Solana, as part of the advanced Turbin3 cohort.

Journey documented with precision and attention to detail