Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shivankk26/solana-development

Welcome to my Solana development learning journey repository! This collection of Rust and TypeScript files is designed to help anyone start their Solana development journey from the basics. Whether you're a beginner or looking to deepen your understanding of Solana, you'll find resources and examples here to guide you...
https://github.com/shivankk26/solana-development

dapp developer-tools git phantom-wallet solana solana-program typescript web3js

Last synced: 15 days ago
JSON representation

Welcome to my Solana development learning journey repository! This collection of Rust and TypeScript files is designed to help anyone start their Solana development journey from the basics. Whether you're a beginner or looking to deepen your understanding of Solana, you'll find resources and examples here to guide you...

Awesome Lists containing this project

README

        

# Solana Development Learning Journey

Welcome to my Solana development learning journey repository! This collection of Rust and TypeScript files is designed to help anyone start their Solana development journey from the basics. Whether you're a beginner or looking to deepen your understanding of Solana, you'll find resources and examples here to guide you.

## Overview

- **Rust and TypeScript**: The repository includes code examples and projects written in both Rust and TypeScript to provide a comprehensive learning experience.

## Contents

1. **Introduction to Solana**: Learn the fundamentals of Solana and its architecture.
2. **Rust for Solana**: Dive into Rust programming language, a key component for Solana development.
3. **TypeScript for Solana**: Explore TypeScript for Solana frontend and integration with smart contracts.
4. **Projects**: Real-world examples and projects to apply your knowledge in practical scenarios.

## Getting Started

1. Clone the repository:

```bash
git clone https://github.com/your-username/solana-development.git
cd solana-development
```

2. Explore the folders for Rust and TypeScript examples:

- `rust-examples/`: Rust code snippets and projects.
- `typescript-examples/`: TypeScript examples for Solana frontend and integration.

3. Follow the README files within each folder for specific instructions and explanations.

## Contributions

Feel free to contribute to this learning journey! Whether it's fixing a typo, adding more examples, or sharing your own projects, your contributions are highly appreciated. Open issues or submit pull requests to get involved.

## Resources

- [Solana Documentation](https://docs.solana.com/): Official Solana documentation.
- [Rust Programming Language](https://www.rust-lang.org/): Learn more about Rust.
- [TypeScript Documentation](https://www.typescriptlang.org/): Official TypeScript documentation.
- [Solana Development Course](https://www.soldev.app/course): The Course I followed.