YosephKS /
moralis-upgradeable-smart-contracts
This repository contains tutorial on building Upgradable Smart Contracts and showcasing it with a simple NFT Minter dApp with React and Moralis.
74/100 healthLoading repository data…
KshitizTayal / repository
This repository contains the source code for a Blockchain-based Micro-Credentialing System aimed at securely issuing, verifying, and managing micro-credentials (digital certifications). The system leverages blockchain technology to ensure the authenticity and immutability of credentials, addressing issues like fraud and verification inefficiencies.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This repository contains the source code for a Blockchain-based Micro-Credentialing System aimed at securely issuing, verifying, and managing micro-credentials (digital certifications). The system leverages blockchain technology to ensure the authenticity and immutability of credentials, addressing issues like fraud and verification inefficiencies.
Decentralized Credential Storage: Credentials are stored on a blockchain network, ensuring tamper-proof records.
User-Friendly Interface: A clean and intuitive frontend for credential issuance and verification.
Secure and Transparent: Employs cryptographic hashing and blockchain features to ensure data integrity.
Scalable Architecture: Supports adding new users, issuing multiple credentials, and integrating with third-party systems.
Verification Mechanism: Provides a quick and reliable way to verify the authenticity of issued credentials.
Role-Based Access Control: Separate interfaces for administrators, issuers, and recipients for secure operations.
Backend
Blockchain Framework: Ethereum
Smart Contract Tools: Hardhat, Truffle
Programming Language: Solidity, JavaScript (Node.js)
Database: MongoDB
API Testing: POSTMAN
Frontend
Technologies: React.js, HTML, CSS, JavaScript, Express.js
Styling: Bootstrap 5 for responsive design
Wallet Integration: MetaMask
Navigate to the project directory:
cd Blockchain-based-microcredentialing-system
Install dependencies for the frontend:
cd client
npm install
Deploy the frontend:
Selected from shared topics, language and repository description—not editorial ratings.
YosephKS /
This repository contains tutorial on building Upgradable Smart Contracts and showcasing it with a simple NFT Minter dApp with React and Moralis.
74/100 healthcodeesura /
This repository is a project that interacts with the Ethereum blockchain. It utilizes the ethers.js library to facilitate the transfer of ETH to the scroll L2 network. The repository contains helper functions and configuration files to assist users in sending ETH through a specific bridge. Additionally, it features functionalities such as estimate
45/100 healthnpm start
Start the Hardhat node:
cd ../blockchain
npx hardhat node
Deploy the smart contract:
npx hardhat run scripts/deploy.js --network localhost
Credential Issuance: Administrators can issue micro-credentials by uploading details and assigning them to recipients.
Verification: Users or third parties can verify credentials by entering the credential hash or ID in the verification portal.
Audit Logs: Track all credentialing activities for transparency and accountability.
samuelterra22 /
This repository contains the blockchain nanodegree program projects developed in the course of Udacity
32/100 healthst3b1t /
This repository contains small experiments with a series of scripts that implement in a few lines some of the workings of Bitcoin or show and process some of the data structures of the blockchain for greater understanding.
42/100 healthjitendragangwar123 /
This repository contains all the coding exercises discussed during the Alchemy Ethereum Developer Bootcamp. These exercises cover a wide range of topics and concepts related to Ethereum Blockchain development.
54/100 healthsoniaRbii /
This repository contains the code for an Agricultural web application coded using Truffle and Solidity. The backend blockchain is a private Ethereum network setup using Geth(go-ethereum) and the interactions are made possible by Web3 javascript library.
38/100 health