it begindth
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* Rubicon contracts
|
||||
*
|
||||
* Copyright (C) 2026, QPQ AG
|
||||
*
|
||||
* Author: Peter Harpending <peterharpending@qpq.swiss>
|
||||
* Date: 2026-08-12
|
||||
*/
|
||||
|
||||
payable contract NameService =
|
||||
record state =
|
||||
{names : map(string, address)}
|
||||
|
||||
payable entrypoint
|
||||
init : () => state
|
||||
init() =
|
||||
|
||||
Reference in New Issue
Block a user