Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/emranffl/data-security-blockchain

Thesis work.
https://github.com/emranffl/data-security-blockchain

blockchain blockchain-technology graph network nextjs postcss security tailwind tailwind-css typescript vizjs

Last synced: 2 days ago
JSON representation

Thesis work.

Awesome Lists containing this project

README

        

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

## Getting Started

First, import the database from `src/resources/emranffl_project_satellite-constellation.sql` into your local MySQL server.

Then, create a `.env.local` file in the root directory of the project and add the following environment variables:

```bash
DATABASE_URL="mysql://[username]:[password]@localhost/emranffl_project_satellite-constellation"
```

Then, run the development server:

```bash
pnpm dev
# or
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.

[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.ts`.

The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.

## Resources Consumed

- [Array randomized shuffle](https://bost.ocks.org/mike/shuffle/)

## References

### Links

- [UTXO vs Accounting Model](https://www.geeksforgeeks.org/what-is-unspent-transaction-output-utxo/)

### Research Papers

- [A Regulatable Blockchain Transaction Model with Privacy Protection](https://www.researchgate.net/publication/352182532_A_Regulatable_Blockchain_Transaction_Model_with_Privacy_Protection)

- [Improvements of Blockchain’s Block Broadcasting:
An Incentive Approach](https://eprint.iacr.org/2018/1152.pdf)