Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/emranffl/data-security-blockchain
- Owner: emranffl
- Created: 2022-10-11T17:29:46.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-23T16:59:20.000Z (about 1 year ago)
- Last Synced: 2023-09-23T19:32:30.363Z (about 1 year ago)
- Topics: blockchain, blockchain-technology, graph, network, nextjs, postcss, security, tailwind, tailwind-css, typescript, vizjs
- Language: TypeScript
- Homepage:
- Size: 2.33 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)