sunshine-protocol / sunshine

Governance + Bounty Platform
Other
43 stars 16 forks source link

client-ffi #99

Closed 4meta5 closed 4 years ago

4meta5 commented 4 years ago

doesnt compile because it doesnt recognize keystore-ffi

➜  client-ffi git:(master) ✗ carb
    Updating crates.io index
    Updating git repository `https://github.com/sunshine-protocol/substrate-identity`
error: no matching package named `keystore-ffi` found
location searched: https://github.com/sunshine-protocol/substrate-identity
required by package `keystore-ffi v0.1.0 (/Users/4meta5/sunshine-protocol/sunshine-node/client-ffi)`

and I don't want to copy paste the keystore code from keystore-ffi. I guess keybase-keystore is getting an update soon anyway so I'll step away from this for the time being...

@shekohex you should probably start with getting dart-bindgen to work with substrate-identity and @dvc94ch can get the client working in this repo #95 before we add the FFI

dvc94ch commented 4 years ago

We should wait on the substrate-identity UI, that will provide all the heavy lifting, then it's just a matter of integration

4meta5 commented 4 years ago

word