Skip to content

Enhancing my proficiency in Rust and deepening my understanding of Solana by building innovative projects and exploring advanced blockchain development concepts.

Notifications You must be signed in to change notification settings

c-n-o-t-e/Solana_Projects

Repository files navigation

To build and test any project after cloning the repository, follow these steps:

  1. Navigate to the project directory:
cd project_name
  1. Install the necessary dependencies:
npm i
  1. Build the project:
anchor build
  1. Test the project:
anchor test
  1. Deploy locally:

To deploy the project locally, first run the Solana test validator:

solana-test-validator

Then deploy the project:

anchor deploy --provider.cluster localnet

About

Enhancing my proficiency in Rust and deepening my understanding of Solana by building innovative projects and exploring advanced blockchain development concepts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published