Pavlos Polianidis
Pavlos Polianidis
You're missing the `"main": "lib/alertify.js",` in package.json
I'm trying to deploy two nodeJS apps to dokku. I did the following ``` dokku mongodb:create app dokku mongodb:create admin ``` Then ``` dokku config app dokku config admin ```...
I'm currently trying to run the plugin on an existing project. The truffle project and thus the config file are located in a nested directory (I'm using a monorepo). Running...
Hi Guys, Any plans to deploy this as an npm package? It would be very handy, to be honest.
Update crate deps to the latest versions
I've been using the [sha3](https://docs.rs/web3/0.15.0/web3/api/struct.Web3Api.html#method.sha3) method for quite some time until I realized it's performing quite badly. To make a comparison I replaced all calls to sha3 with another [crate](https://docs.rs/web3/0.15.0/web3/api/struct.Web3Api.html#method.sha3)...
Is there any reason why you haven't published the master branch to npm. I would love to use the latest api: `HDWalletProvider(mnemonic, provider_url, address_index=0, num_addresses=1)` to create a specific number...
My understanding is that currently it supports two-party signatures. Is there a plan to support a multi-party scheme?
Would it be possible to share the full content as you have presented it in this presentation? https://www.youtube.com/watch?v=6XxVeBFmIFs
We've had this discussion here already https://github.com/sigma0-xyz/zkbitcoin/pull/24. With the addition of version checks I realized that it makes sense to split the crates for the purpose of proper versioning. Changes...