Hello wrapper library #28
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "library"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This imports the wrapper library from kredits-web
and makes it available in this npm package.
ToDo:
Token
👍
👍
@ -26,6 +26,6 @@ files.forEach((fileName) => {
}, {});
fs.writeFileSync(addresseFile, JSON.stringify(addresses));
Should we only write the
Registry
address?@ -26,6 +26,6 @@ files.forEach((fileName) => {
}, {});
fs.writeFileSync(addresseFile, JSON.stringify(addresses));
yeah, guess that's all we need.
but I'd do that in a later iteration when we rethink that address handling