spec now at 1.0.0 release candidate

added domain freezing, suggest tld as domain receive rep, bug fixes
This commit is contained in:
stjet
2024-09-10 20:01:18 +00:00
parent 221af83c90
commit 998a621601
44 changed files with 195 additions and 86 deletions

8
constants.ts Normal file
View File

@@ -0,0 +1,8 @@
import { whole_to_raw, get_address_from_public_key } from "banani";
export const TRANS_MIN = whole_to_raw("0.0012070301");
export const TRANS_MAX = whole_to_raw("0.00120703011");
export const FREEZE_PUB_KEY = "451" + "1".repeat(61);
export const FREEZE_REP = get_address_from_public_key(FREEZE_PUB_KEY);