Minting Certificates On Chain in a Decentralized Way
Metaverf is a blockchain-based protocol for issuing, managing, and verifying certificates in a decentralized manner. It is designed for educational institutions and organizations to mint certificates on-chain, ensuring transparency, immutability, and easy verification.
- On-chain Certificate Minting: Securely mint certificates on a decentralized blockchain.
- College Registration: Colleges and institutions can register and manage their information within the protocol.
- Subscription Model: Institutions pay an annual fee to participate and manage certificates.
- Treasury System: All protocol payments are managed in a decentralized treasury using a stablecoin (USDC).
- Collections: Colleges can create multiple collections (e.g., batches or departments) for categorizing certificates.
- Secure and Transparent: Leverages Solana and Anchor for secure, permissioned actions and account management.
- Node.js
- Yarn or npm
- Rust and Solana CLI tools
- Anchor framework
-
Clone the repository:
git clone https://github.com/raunit-dev/Metaverf.git cd Metaverf -
Install dependencies:
yarn install # or npm install -
Configure Anchor and Solana:
- Set up your wallet and Solana environment as per the Anchor documentation.
-
Build the program:
anchor build
-
Deploy to localnet or devnet:
anchor deploy
The project includes comprehensive tests using Anchor and Typescript.
anchor test- Initialize Protocol: Set up the protocol with admin, treasury, fee, and subscription duration.
- Register College: Allow a college/institution to register (requires paying the annual fee).
- Renew Subscription: Colleges can renew their annual subscription.
- Add Collection: Colleges can create new certificate collections with metadata.
- Withdraw Fees: Admin can withdraw protocol fees from the treasury.
- Update Parameters: Admin can update protocol parameters like fees or subscription duration.
- The admin initializes the protocol.
- The college authority registers, paying the annual fee in USDC.
- The protocol maintains a unique account for each registered college.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature). - Make your changes and commit them.
- Push to your fork and submit a pull request.
For major changes, please open an issue first to discuss what you would like to change.
This repository does not yet specify an open source license. Please contact the maintainer for more details.
For questions or support, please open an issue on the GitHub repository.