https://github.com/rwietter/certfs-ufsm
Certfs is an application that utilizes the Fantom Blockchain and IPFS to record student certificates and diplomas, aiming to ensure the integrity and availability of data.
https://github.com/rwietter/certfs-ufsm
blockchain fantom-opera
Last synced: 3 months ago
JSON representation
Certfs is an application that utilizes the Fantom Blockchain and IPFS to record student certificates and diplomas, aiming to ensure the integrity and availability of data.
- Host: GitHub
- URL: https://github.com/rwietter/certfs-ufsm
- Owner: rwietter
- Archived: true
- Created: 2023-11-14T01:06:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-14T16:28:58.000Z (over 1 year ago)
- Last Synced: 2024-12-20T18:26:59.931Z (5 months ago)
- Topics: blockchain, fantom-opera
- Language: TypeScript
- Homepage: https://certfs-ufsm.vercel.app
- Size: 1.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
## Create Smart Contract
```bash
npx thirdweb create contract
```## Build Smart Contract
```bash
npx thirdweb build
```## Deploy Smart Contract
```bash
npx thirdweb deploy
```