mirror of
https://github.com/PeernetOfficial/Cmd.git
synced 2026-07-17 02:47:52 +01:00
/blockchain/self/header /blockchain/self/append /blockchain/self/read /blockchain/self/add/file The local blockchain now works, files metadata can be added and blocks read and decoded successfully.
11 lines
325 B
Modula-2
11 lines
325 B
Modula-2
module github.com/PeernetOfficial/Cmd
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/PeernetOfficial/core v0.0.0-20210819021308-a2420b8468b1
|
|
github.com/btcsuite/btcd v0.22.0-beta.0.20210625194946-86a17263b0ff
|
|
github.com/gorilla/mux v1.8.1-0.20200912192056-d07530f46e1e
|
|
github.com/gorilla/websocket v1.4.3-0.20210424162022-e8629af678b7
|
|
)
|