bliutech / SeBRUS

MIT IEEE URTC 2023. GSET 2023. Repository for "SeBRUS: Mitigating Data Poisoning in Crowdsourced Datasets with Blockchain". Using Ethereum smart contracts to stop AI security attacks on crowdsourced datasets.
https://ieeexplore.ieee.org/document/10535023
8 stars 0 forks source link

πŸš€ Feature[frontend]: Implement `DatasetPage.jsx` #18

Closed bliutech closed 1 year ago

bliutech commented 1 year ago

Use Case

Currently, we need a way to interface with a dataset on the client side with the blockchain. DatasetPage.jsx Will act as a display for a particular dataset. It will display all of the data belonging to a dataset being queried from the Dataset smart contract. This issue should be tackled with #7 and #15. This will also depend on #26.

Proposed Solution

DatasetPage.jsx will involving interfacing mostly with web3.js and React.js to display the items belonging to a particular Dataset smart contract.

Action Items

Resources

This is a :rocket: Feature Request