Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aashish1-1-1/linkchain
A blockchain to store all your professional or personal links
https://github.com/aashish1-1-1/linkchain
Last synced: 5 days ago
JSON representation
A blockchain to store all your professional or personal links
- Host: GitHub
- URL: https://github.com/aashish1-1-1/linkchain
- Owner: Aashish1-1-1
- License: bsd-3-clause
- Created: 2024-06-07T02:41:08.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-06T13:04:08.000Z (4 months ago)
- Last Synced: 2024-07-11T13:59:05.998Z (4 months ago)
- Language: Go
- Homepage: https://linkchain.onrender.com/
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## LinkChain
A BlockChain of personal or professional links## Motivation
Just setting example for over engineering using blockchain for trival act of storing links ha ha## Need
No need just to learn what's up with this blockchain thing## What did i learn
About blockchain a bit, go routine and concurrency models used channel to communicate between routines etc etc## Disclaimer
Don't try this at home, time is valuable :/## To try it
You can change links from main.go file at function MakeBlockChain()
```bash
git clone https://github.com/Aashish1-1-1/LinkChain
cd LinkChain
sudo docker build -t linkchain .
sudo docker run -p 8080:8080 linkchain
```
## Question?
Is it scalable somehow?## Reference
BlockChain [article](https://blog.logrocket.com/build-blockchain-with-go/)
GoConcurrency [repo](https://github.com/RedHatOfficial/GoCourse)### Thank you have a good time