mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-02-21 16:28:25 +00:00
initial structuring of portal integration
This commit is contained in:
parent
67b8dd7fdc
commit
8f7c2c8fc3
11
nimbus/portal/fluffy.nim
Normal file
11
nimbus/portal/fluffy.nim
Normal file
@ -0,0 +1,11 @@
|
||||
# Nimbus
|
||||
# Copyright (c) 2025 Status Research & Development GmbH
|
||||
# Licensed under either of
|
||||
# * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
|
||||
# http://www.apache.org/licenses/LICENSE-2.0)
|
||||
# * MIT license ([LICENSE-MIT](LICENSE-MIT) or
|
||||
# http://opensource.org/licenses/MIT)
|
||||
# at your option. This file may not be copied, modified, or distributed except
|
||||
# according to those terms.
|
||||
|
||||
# Creates the direct integration interface for fluffy - our portal client
|
11
nimbus/portal/portal_rpc.nim
Normal file
11
nimbus/portal/portal_rpc.nim
Normal file
@ -0,0 +1,11 @@
|
||||
# Nimbus
|
||||
# Copyright (c) 2025 Status Research & Development GmbH
|
||||
# Licensed under either of
|
||||
# * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
|
||||
# http://www.apache.org/licenses/LICENSE-2.0)
|
||||
# * MIT license ([LICENSE-MIT](LICENSE-MIT) or
|
||||
# http://opensource.org/licenses/MIT)
|
||||
# at your option. This file may not be copied, modified, or distributed except
|
||||
# according to those terms.
|
||||
|
||||
# Creates the interface for any portal client with rpc endpoints to fetch interface
|
Loading…
x
Reference in New Issue
Block a user