mhw0/libethc

deps: make `secp256k1` submodule

mhw0 opened this issue ยท 6 comments

mhw0 commented
deps: make `secp256k1` submodule

u mean building this lib from scratch to decrease dependency??

mhw0 commented

u mean building this lib from scratch to decrease dependency??

No, I meant making it like this:
Screenshot 2023-08-25 at 14 54 56

u mean building this lib from scratch to decrease dependency??

No, I meant making it like this: Screenshot 2023-08-25 at 14 54 56

It is not clear form me. If u have time, can u give me briefer description please ๐Ÿ™ . I don't want to nag u. I ask u gazillion questions because i'm curious to learn about this defi environment, the cryptography algorithms, how transaction works and so on.

mhw0 commented

Submodules is just a git feature. Without submodules you would have to install the dependencies manually. If you make all the dependencies submodules, you just clone the repository and make && make install and it will do everything for you.

Submodules is just a git feature. Without submodules you would have to install the dependencies manually. If you make all the dependencies submodules, you just clone the repository and make && make install and it will do everything for you.

that's nice feature ๐Ÿ‘ .... now it is crystal clear.....Tnx a lot

mhw0 commented

Okay, secp256k1 already comes with cmake and really easy to install. I don't think we need this. Closing the issue.