Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

We need to check if we can depened on the JS lib web3 that is LGPL-3.0 licensed #31

Open
hendrikebbers opened this issue Oct 10, 2024 · 1 comment

Comments

@hendrikebbers
Copy link
Contributor

hendrikebbers commented Oct 10, 2024

The hedera-mirror-node-explorer depends on [email protected] (and related libs like [email protected]). The license of the complete web3js project is LGPL-3.0 (see https://github.com/web3/web3.js/blob/4.x/LICENSE).

We need to check if the dependency is ok or need to be fixed. Since hedera-mirror-node-explorer is a product that we release including all dependencies I assume we have a problem here...

More details can be found at #15

@rbair23
Copy link
Contributor

rbair23 commented Oct 11, 2024

We may need to switch to use ethers.js instead (it is MIT licensed)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants