The name service maps human-readable .bwick names to addresses, so people can send to alice.bwick instead of a long bwick1... string.

What it does

  • Register a name (RegisterName) by attaching at least the BWICK equivalent of its price tier. Pricing is length-tiered, shorter names cost more:
    LengthTier
    3 charsprice_3
    4 charsprice_4
    5-8 charsprice_5_8
    9+ charsprice_9_plus
    Overpayment is refunded, so you can always attach a safe margin.
  • The presentation TLD (e.g. .bwick) and the price tiers are configurable.
  • Names resolve to an address via query and can be looked up in reverse.

Interface

Registration, resolution, and admin/pricing messages are in msg.rs.