Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/advaita-saha/certifact
An API for businesses to issue Blockchain based certificates to users on multiple chains in form of Single Owner Non Transferable Asset, without writing a single line of web3 code
https://github.com/advaita-saha/certifact
api blockchain certificates ethereum express-js metaverse nft nodejs solidity
Last synced: about 1 month ago
JSON representation
An API for businesses to issue Blockchain based certificates to users on multiple chains in form of Single Owner Non Transferable Asset, without writing a single line of web3 code
- Host: GitHub
- URL: https://github.com/advaita-saha/certifact
- Owner: advaita-saha
- Created: 2022-05-28T09:04:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-16T05:31:32.000Z (almost 2 years ago)
- Last Synced: 2024-10-22T22:56:11.949Z (3 months ago)
- Topics: api, blockchain, certificates, ethereum, express-js, metaverse, nft, nodejs, solidity
- Language: JavaScript
- Homepage: https://certifact.netlify.app
- Size: 1.01 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
----
![Ethereum](https://img.shields.io/badge/Ethereum-20232A?style=for-the-badge&logo=Ethereum&logoColor=82A9F9)
![React](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)
![Solidity](https://img.shields.io/badge/Solidity-20232A?style=for-the-badge&logo=Solidity&logoColor=0095DE)
![Filecoin](https://img.shields.io/badge/filecoin-20232A?style=for-the-badge&logo=filecoin&logoColor=0095DE)
![Polygon](https://img.shields.io/badge/Polygon-20232A?style=for-the-badge&logo=PolymerProject&logoColor=8545EC)
![Node.js](https://img.shields.io/badge/Node.js-20232A?style=for-the-badge&logo=Node.js&logoColor=339933)
![Express.js](https://img.shields.io/badge/Express.js-20232A?style=for-the-badge&logo=Express&logoColor=339933)----
#### API Link : http://35.193.213.3:5050/
#### API Key Sample : 6250c21473e19a58eee972c8# Problem Statement 🤔
More and more Ed-Tech companies are trying to move into the Web3 and Metaverse space, the major issue faced by them is, dealing with a lot of new technology, and also managing the crypto funds and multiple accounts and contracts.
So a lot of Edu-Tech businesses/communities are trying to provide NFT certificates but there are too many things to handle for every single certificate# Solution 💡
We are proving a simple fast API to ed-tech businesses to make their certificates
into NFTs and send to the receiver. We are making the NFTs non-transferable so
maintain the legitimacy of the certificates.This provides complete ownership of the certificate to the receiver and the data
cannot be altered for lifetime, as it relies on blockchain immutable ledger technology.Users will also get a single platform to showcase their certificates. And due to
some reason we shut down operations, the certificates of the users will still remain
with them for lifetime, no one can tamper with it.# Tech Stack 🧰
## Blockchain network ⛓️
- Ethereum
- Polygon## Backend 📦
- Express.js
- Node.js## Frontend 🖥️
- React.js
- Figma## Smart Contract 📒
- Solidity
- Hardhat