Hello wrapper library #28

Merged
bumi merged 4 commits from library into master 2018-04-18 22:42:26 +00:00
bumi commented 2018-04-18 16:53:01 +00:00 (Migrated from github.com)

This imports the wrapper library from kredits-web
and makes it available in this npm package.

ToDo:

  • update readme with example usage
  • add documentation
This imports the wrapper library from kredits-web and makes it available in this npm package. ToDo: - [ ] update readme with example usage - [ ] add documentation
fsmanuel (Migrated from github.com) reviewed 2018-04-18 22:15:56 +00:00
fsmanuel (Migrated from github.com) commented 2018-04-18 22:15:56 +00:00

Token

`Token`
fsmanuel (Migrated from github.com) reviewed 2018-04-18 22:23:05 +00:00
fsmanuel (Migrated from github.com) commented 2018-04-18 22:23:05 +00:00

👍

👍
fsmanuel (Migrated from github.com) reviewed 2018-04-18 22:23:16 +00:00
fsmanuel (Migrated from github.com) commented 2018-04-18 22:23:16 +00:00

👍

👍
fsmanuel (Migrated from github.com) reviewed 2018-04-18 22:23:38 +00:00
@ -26,6 +26,6 @@ files.forEach((fileName) => {
}, {});
fs.writeFileSync(addresseFile, JSON.stringify(addresses));
fsmanuel (Migrated from github.com) commented 2018-04-18 22:23:38 +00:00

Should we only write the Registry address?

Should we only write the `Registry` address?
bumi (Migrated from github.com) reviewed 2018-04-18 22:25:40 +00:00
@ -26,6 +26,6 @@ files.forEach((fileName) => {
}, {});
fs.writeFileSync(addresseFile, JSON.stringify(addresses));
bumi (Migrated from github.com) commented 2018-04-18 22:25:40 +00:00

yeah, guess that's all we need.
but I'd do that in a later iteration when we rethink that address handling

yeah, guess that's all we need. but I'd do that in a later iteration when we rethink that address handling
Sign in to join this conversation.
No description provided.