diff --git a/nimbus/portal/fluffy.nim b/nimbus/portal/fluffy.nim new file mode 100644 index 000000000..8eb24ecac --- /dev/null +++ b/nimbus/portal/fluffy.nim @@ -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 \ No newline at end of file diff --git a/nimbus/portal/portal_rpc.nim b/nimbus/portal/portal_rpc.nim new file mode 100644 index 000000000..4a1e8568d --- /dev/null +++ b/nimbus/portal/portal_rpc.nim @@ -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 \ No newline at end of file