it begindth

This commit is contained in:
2026-08-13 21:02:09 -06:00
commit 6d48d6b911
5 changed files with 74 additions and 0 deletions
+17
View File
@@ -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() =