-
$npm install --save truffle-hdwallet-provider@0.0.6
> keccak@1.4.0 install /Users/kumsu25/Sites/devdesktop/first-ehereum-project/inbox/node_modules/keccak
> npm run rebuild || echo "Keccak bindin…
-
When I follow instructions, I see this:
```
$ npx clevis init
../src/libkeccak/KeccakP-1600-reference.c:231:13: warning: unused function 'fromBytesToWords' [-Wunused-function]
static void fromByte…
-
Friends,
I'm trying to install node-etherum on my MAC (OS X 10.10.2) , node v0.12.0) and keep coming up with a similar problem. I've tried instructions from https://github.com/ethereum/node-ethere…
-
This crate uses qualifying paths for types eg, `bitcoin::PublicKey` and `secp256k1::PublicKey`. I understand that this adds clarity, especially for types that exist in multiple places (like the given …
-
I would like to add the MuSig module to this project to use it in Rust.
Is there a workflow document on how to do this?
Anyway, I'm running `./vendor-libsecp.sh` without specifying the `rev` and…
-
When computing tagged-hashes for Schnorr sigs the 3 methods (challenge, aux, nonce) first call `secp256k1_sha256_initialize` that sets the hashstate (ie. s[0] to s[7] and bytes) to their default SHA25…
-
I have done the following steps to solve a lot of different errors encountered when trying to install etheratom on Windows:
1) installed Python 2.7 (as Python 3.7 seems to cause errors)
2) upgrade…
-
I have removed them because I think their api is suboptimal. If you want to keep using them, copy-paste this:
https://github.com/paulmillr/noble-secp256k1/blob/37e66841eb155d21b4fe6658223140d5d7d51…
-
Hey I found this [crate that has verification](https://github.com/stevenroose/hal/blob/master/src/bin/hal/cmd/message.rs#L79)
and I reworked it to make it work with the newest updates (or at least …
-
From Brook's clean install experience:
> ```
> openssl ecparam -genkey -name secp256k1 -outform DER -out secp256k1_key.der
> ```
> This line from the docs succeeded, but I get this:
> ```
> Fail…