https://github.com/ahindrad/turbin3_builders
Proof Of Work During My Time In TURBIN3 Builders Cohort Q1 2025 š¦
https://github.com/ahindrad/turbin3_builders
anchor anchor-lang nextjs rust rust-lang solana solana-program turbin3 turbine typescript
Last synced: 7 months ago
JSON representation
Proof Of Work During My Time In TURBIN3 Builders Cohort Q1 2025 š¦
- Host: GitHub
- URL: https://github.com/ahindrad/turbin3_builders
- Owner: AhindraD
- Created: 2024-12-14T22:40:07.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-02-27T16:46:56.000Z (8 months ago)
- Last Synced: 2025-02-27T23:38:24.041Z (8 months ago)
- Topics: anchor, anchor-lang, nextjs, rust, rust-lang, solana, solana-program, turbin3, turbine, typescript
- Language: TypeScript
- Homepage: https://github.com/solana-turbin3/Q1_25_Builder_AhindraD
- Size: 1.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Turbin3 2025 Q1 Cohort:
[Q1_25_Builder_AhindraD](https://github.com/solana-turbin3/Q1_25_Builder_AhindraD)
Proof Of Work During My Time In TURBIN3 Builders Cohort Q1 2025 š¦# CAPSTONE - PrismPapers: The Transparent Research Publishing and Reviewing Platform. [DeSci]
- ## [PrismPapers - Architectural Diagram](https://app.eraser.io/workspace/srtYuk9xciXjH6IUKwJs)

- ## Project Overview: [PrismPapers - Teaser](https://ai.invideo.io/watch/eWg44dhBM4n)
PrismPapers is a blockchain-based platform designed to shake things up in academic publishing.
Traditional academic publishing takes forever, costs too much, and is often opaque.
PrismPapers is my way of fixing this mess. With blockchain, we can make the whole process speedy, transparent, and rewarding for everyone involved. Plus, Iām a tech geek who loves using blockchain to solve real-world problems.
[5MRvAZkDQK1u27EEzrdpKS6uUKsGqEPRkztZVapcTcLv](https://explorer.solana.com/address/5MRvAZkDQK1u27EEzrdpKS6uUKsGqEPRkztZVapcTcLv?cluster=devnet)- ### Project Setup Pre-requisites:
- [rustup 1.27.1 stable](https://www.rust-lang.org/tools/install)
```bash
rustup default stable
```
- [solana-cli 2.1.5 (client : Agave)](https://docs.solana.com/cli/install-solana-cli-tools)```bash
agave-install init 2.1.5
```- [anchor-cli 0.30.1](https://www.anchor-lang.com/docs/installation)
```bash
avm use 0.30.1
```
- ## Run Anchor Program and Tests Locally:
- ### [Anchor Program Files](https://github.com/AhindraD/prism-papers-desci/tree/main/anchor/programs/prismpapersdesci/src)
- ### [Test File](https://github.com/AhindraD/prism-papers-desci/blob/main/anchor/tests/prismpapersdesci.spec.ts)
1. Clone the repository:```bash
git clone https://github.com/AhindraD/prism-papers-desci.git
```2. Change the directory to the "notesols" folder of the cloned repository:
```bash
cd prism-papers-desci
```3. Install dependencies:
```bash
npm install
```4. Change the directory to the anchor folder:
```bash
cd anchor
```5. Build the program:
```bash
anchor build
```6. Test the program:
```rs
anchor test
anchor test --skip-local-validator //if a local validator is already running
```
- ## WEEK2: Task 02 - Minted OG NFT

### Transaction Hash: https://explorer.solana.com/address/6X1EaiVhcn8z3GNb2nmtBDvoA33sr87AMfcp5rNkiuMf/metadata?cluster=devnet
- ## WEEK1: Task 02 - RUST : Interaction with the WBA Prereq Program:
### Transaction Hash: https://explorer.solana.com/tx/5WYcvZjpouBusi3D8zjWjQJqUtaEJjSTMjRKAFu2pMkcZTa3mkqT2f32EP1CFcFnahJ9a3M1zy1UEWz3hUjZ6jV8?cluster=devnet
- ## WEEK1: Task 01 - Interaction with the Prereq Program:
### Transaction Hash: https://explorer.solana.com/tx/22STvcPPZx8FtvxtyeqJEhWKEXuRAiiDzQqmAqR3mEkzqmH4jKKMEoZYt6NhDi3LsmwA3roENDWt1cqK55FQdpMN?cluster=devnet