Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dukedaily/solana-expert

This repository is ideal for developers with some experience in Ethereum who want to expand their blockchain skills to Solana.(WIF)
https://github.com/dukedaily/solana-expert

blockchain solana solidity

Last synced: 3 months ago
JSON representation

This repository is ideal for developers with some experience in Ethereum who want to expand their blockchain skills to Solana.(WIF)

Awesome Lists containing this project

README

        

# SOLANA EXPERT

This repository is ideal for developers with some experience in Ethereum who want to expand their blockchain skills to Solana.

We will kick off our Solana journey with this tutorial: [RareSkills Solana Tutorial](https://www.rareskills.io/solana-tutorial) and build our projects along the way.

This is the twin sister of my other Solidity tutorial, which has garnered over 1.3K stars: [Solidity Expert](https://github.com/dukedaily/solidity-expert).

Hoping to achieve similar success on Solana as well. So, are you ready? Better buckle up—LFG!

source code: [Hit me harder](https://github.com/dukedaily/solana-expert-code/tree/main)

**Module1: Introductory Topics**

* [00_Tools](00_Tools/README.md)
* [01_Helloworld](01_Helloworld/README.md)
* [02_Arithmetic_Types](02_Arithmetic_Types/README.md)
* [03_Anchor_Program_IDL](03_Anchor_Program_IDL/README.md)
* [04_Error_Handler](04_Error_Handler/README.md)
* [05_Upgrade_Interact](05_Upgrade_Interact/README.md)

**Module2: The minimum Rust you need to know**

* [06_Rust_Basic_Syntax](06_Rust_Basic_Syntax/README.md)
* [07_Rust_Interesting_Syntax](07_Rust_Interesting_Syntax/README.md)
* [08_Function-like_procedural_macro](08_Function-like_procedural_macro/README.md)
* [09_Attribute_Custom_macro-like_procedural_macro](09_Attribute_Custom_macro/README.md)
* [10_Visibility_Inherience](10_Visibility_Inherience/README.md)

**Module3: Important System-level Information in Solana**

* [11_Block_Variables](11_Block_Variables/README.md)
* [12_Beyond-The-Block_Sysvars](12_Beyond-The-Block_Sysvars/README.md)
* [13_Event_Log_Transaction](13_Event_Log_Transaction/README.md)
* [14_Tx.Origin_onlyOwner](14_Tx.Origin_onlyOwner/README.md)
* [15_Txfee_Compute-unit](15_Txfee_Compute-unit/README.md)