mhw0 / libethc

Open-source Ethereum C library

Home Page:https://mhw0.github.io/libethc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deps: make `secp256k1` submodule

mhw0 opened this issue · comments

commented
deps: make `secp256k1` submodule
commented

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

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

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

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.

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.

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.

that's nice feature 👍 .... now it is crystal clear.....Tnx a lot

commented

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