From 4280c6240b88dadc8e5ea187b78c10aca9dfc163 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 2 May 2023 14:58:27 -0300 Subject: contracts: initial commit All draft stuff here for now, but this is *relatively* un-naive as it's based on a lot of recent research and discussion. But none of this code is evaluated yet!! --- src/contract.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/contract.js (limited to 'src/contract.js') diff --git a/src/contract.js b/src/contract.js new file mode 100644 index 00000000..24a2fd53 --- /dev/null +++ b/src/contract.js @@ -0,0 +1,5 @@ +export default class Contract { + #caches = {}; + + hire() {}, +} -- cgit 1.3.0-6-gf8a5