Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/dukedaily/solana-expert
- Owner: dukedaily
- Created: 2024-07-20T01:46:08.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-04T12:21:25.000Z (6 months ago)
- Last Synced: 2024-08-05T05:51:46.266Z (6 months ago)
- Topics: blockchain, solana, solidity
- Homepage:
- Size: 10.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)