https://github.com/ovpn-dev/first-solana-dev
replicating a default smart contract program on the solana blockchain. Using solana cli to build, test & deploy a program locally. To understand the fundamental lifecycle of a solana program without anchor.
https://github.com/ovpn-dev/first-solana-dev
Last synced: 15 days ago
JSON representation
replicating a default smart contract program on the solana blockchain. Using solana cli to build, test & deploy a program locally. To understand the fundamental lifecycle of a solana program without anchor.
- Host: GitHub
- URL: https://github.com/ovpn-dev/first-solana-dev
- Owner: ovpn-dev
- Created: 2025-08-14T10:31:22.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-21T17:10:00.000Z (10 months ago)
- Last Synced: 2025-08-21T19:56:32.996Z (10 months ago)
- Language: Rust
- Size: 120 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# first-solana-dev
replicating a default smart contract program on the solana blockchain. Using solana cli to build, test & deploy a program locally. To understand the fundamental lifecycle of a solana program without anchor.