@@ -0,0 +1,5 @@
+const Amount = require("../");
+
+let amount = Amount.fromSat(10);
+console.log(amount)