input-output-hk / project-icarus-importer

Icarus, a reference implementation for a lightweight wallet developed by the IOHK Engineering Team.
Other
13 stars 10 forks source link

build from v1.0.3 does not work #11

Open ksemaev opened 5 years ago

ksemaev commented 5 years ago

When I do nix-build . -A connectScripts.mainnetBlockchainImporter -o importer-bin, I receive:

building '/nix/store/yxs7w5kmy1pf3awbqvv1mspavzyv3zar-61fbdb47a69f78998f55207e64122a0798047b5d.tar.gz.drv'...
building '/nix/store/79lajqwkqcvyvswi20fvx9qy8s4yw9si-61fbdb47a69f78998f55207e64122a0798047b5d.tar.gz-unpacked.drv'...
error: attribute 'connectScripts' in selection path 'connectScripts.mainnetBlockchainImporter' not found

Any advice on that?

ksemaev commented 5 years ago

same from v1.1.1 or any poc release

SebastienGllmt commented 5 years ago

I think you can unblock yourself by using one of the forks of this project such as ours here: https://github.com/Emurgo/project-icarus-importer

However probably it's tricky to setup and probably not worth it because this project will be deprecated (and replaced with a better alternative) fairly soon since this repository won't survive the BFT hardfork.