https://github.com/okp4/dataset-deposit-web
📁 Dataset deposit web app for the ØKP4 protocol.
https://github.com/okp4/dataset-deposit-web
web3
Last synced: 3 months ago
JSON representation
📁 Dataset deposit web app for the ØKP4 protocol.
- Host: GitHub
- URL: https://github.com/okp4/dataset-deposit-web
- Owner: okp4
- License: bsd-3-clause
- Archived: true
- Created: 2022-08-01T14:32:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T19:40:14.000Z (over 1 year ago)
- Last Synced: 2024-11-04T21:37:16.929Z (8 months ago)
- Topics: web3
- Language: TypeScript
- Homepage:
- Size: 636 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
Awesome Lists containing this project
- awesome-ccamel - okp4/dataset-deposit-web - 📁 Dataset deposit web app for the ØKP4 protocol. (TypeScript)
README
# ØKP4 Dataset Deposit Web App
> 📁 Dataset Deposit Web App for the ØKP4 network.
[](https://github.com/okp4/dataset-deposit-web/releases)
[](https://github.com/okp4/dataset-deposit-web/actions/workflows/build.yml)
[](https://github.com/okp4/dataset-deposit-web/actions/workflows/lint.yml)
[](https://conventionalcommits.org)
[](https://opensource.org/licenses/BSD-3-Clause)
[](https://typescriptlang.org)
[](https://github.com/prettier/prettier)## Purpose
A webapp that allows users to deposit their datasets in order to use them in a dataspace.
## Setup
🚚 Install the dependencies and build the project:
```sh
yarnyarn build
```### Launch
Run the server with the following command line:
```sh
yarn start
```Then open [http://localhost:3000](http://localhost:3000) to launch the Web App.