mirror of
https://github.com/number571/blockchain.git
synced 2026-09-14 11:05:43 +05:00
9 lines
133 B
Modula-2
9 lines
133 B
Modula-2
module blockchain-from-scratch
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/ethereum/go-ethereum v1.13.14
|
|
github.com/mattn/go-sqlite3 v1.14.22
|
|
)
|