An open API service indexing awesome lists of open source software.

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.

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
```