mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-25 19:50:30 +00:00
build nimbus with nimble build
This commit is contained in:
parent
5bd35e5c82
commit
48fdf6a644
@ -6,6 +6,7 @@ author = "Status Research & Development GmbH"
|
|||||||
description = "An Ethereum 2.0 Sharding Client for Resource-Restricted Devices"
|
description = "An Ethereum 2.0 Sharding Client for Resource-Restricted Devices"
|
||||||
license = "Apache License 2.0"
|
license = "Apache License 2.0"
|
||||||
skipDirs = @["tests", "examples"]
|
skipDirs = @["tests", "examples"]
|
||||||
|
bin = @["nimbus/nimbus"]
|
||||||
|
|
||||||
requires "nim >= 0.18.1",
|
requires "nim >= 0.18.1",
|
||||||
"nimcrypto",
|
"nimcrypto",
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
# This file may not be copied, modified, or distributed except according to
|
# This file may not be copied, modified, or distributed except according to
|
||||||
# those terms.
|
# those terms.
|
||||||
|
|
||||||
import config, asyncdispatch
|
import config
|
||||||
import p2p/service, p2p/disc4service
|
import p2p/service, p2p/disc4service
|
||||||
|
|
||||||
when isMainModule:
|
when isMainModule:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user