https://github.com/paahaad/solana-fellowship
https://github.com/paahaad/solana-fellowship
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paahaad/solana-fellowship
- Owner: paahaad
- Created: 2025-06-30T16:33:56.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-30T18:45:57.000Z (12 months ago)
- Last Synced: 2025-06-30T19:39:46.222Z (12 months ago)
- Language: Rust
- Size: 35.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. Build docker image
` docker build -t my-rust-app . `
2. Run that docker image
` docker run -rm my-rust-app`