Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yigittopm/lkd-web3-blockchain
Blockchain ile Web3'e Giriş - Blockchain Uygulaması
https://github.com/yigittopm/lkd-web3-blockchain
bitcoin blockchain go web3
Last synced: about 1 month ago
JSON representation
Blockchain ile Web3'e Giriş - Blockchain Uygulaması
- Host: GitHub
- URL: https://github.com/yigittopm/lkd-web3-blockchain
- Owner: yigittopm
- License: cc0-1.0
- Created: 2024-08-26T18:58:48.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T15:37:37.000Z (3 months ago)
- Last Synced: 2024-09-27T13:23:43.395Z (about 2 months ago)
- Topics: bitcoin, blockchain, go, web3
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lkd-web3-blockchain
Blockchain ile Web3'e Giriş - Blockchain Uygulaması## Kurulum
Projeyi klonlayın ve gerekli bağımlılıkları yükleyin:
```bash
git clone https://github.com/yigittopm/lkd-web3-blockchain.gitcd lkd-web3-blockchain
go get -u
```Aşağıdaki komut ile çalıştırıp, terminal çıktısına ulaşabilirsiniz.
```bash
go run main.go
```