fluencelabs/nox

Feature request: persistent service ids

Closed this issue · 2 comments

  1. deploy service
  2. get id

now: cannot deploy service under same id

expected: can deploy service under same id

see solana sealed programs as example, each program has private key, id of program is public (or derived from private)

folex commented

That would be implemented as a part of service discovery implementation. Right now it's WIP on fluencelabs/registry.