Conversation
| this.wallet = wallet; | ||
| await linera; | ||
| this.client = await new linera.Client(await linera.Wallet.fromJson(wallet)); | ||
| this.client = await new linera.Client({} as linera.Wallet); // Replace with actual wallet initialization |
There was a problem hiding this comment.
fromJson is removed from the linera-web client on linera-protocol.
There was a problem hiding this comment.
I think this is officially broken now; can we get a TODO?
There was a problem hiding this comment.
What should the TODO say? bring back fromJson?
|
|
||
| Currently we only support building on Linux (`x86_64-unknown-linux-gnu`). | ||
|
|
||
| It depends on a `linera-protocol` project via git submodule. |
There was a problem hiding this comment.
I'm not sure we need to document how to use git in the git repository README, but I won't block on it :)
There was a problem hiding this comment.
Either we document it or we automate it :) I don't expect people to read hidden files and if they follow README they get nowhere.
|
There are some issues related to nix. They should not be caused by this PR so I'll ignore them for now and merge. |
|
GitHub is having some issues right now but we ran |
Removes the
/clientdirectory and starts using thelinera-webfromlinera-protocolsubmodule.