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

Add package.json pls #20

Closed
AndriyAntonenko opened this issue Aug 10, 2024 · 4 comments · Fixed by #23
Closed

Add package.json pls #20

AndriyAntonenko opened this issue Aug 10, 2024 · 4 comments · Fixed by #23

Comments

@AndriyAntonenko
Copy link

In our project, we use Foundry for development, but we prefer managing dependencies with Bun as it simplifies the process. It would be great if a package.json file could be added for the Murky library. Murky is a unique library that allows us to generate Merkle trees using Solidity, and having a package.json would make it easier to integrate and manage within our existing workflow.

@andreivladbrg
Copy link

Facing the same issue.

It would be useful to have a simple package.json file declared

@PaulRBerg
Copy link

cc @dmfxyz could you please add a package.json file? Or accept a PR that adds it? It's a simple change that would make it possible to install this repo as a Node.js dependency.

@dmfxyz
Copy link
Owner

dmfxyz commented Nov 26, 2024

@PaulRBerg Thanks for flagging. I am happy to accept a PR that adds one. Or add myself. I'm not familiar with using this for solidity dependency management, what should the contents of this file be?

@PaulRBerg
Copy link

Thanks @dmfxyz.

A minimal package.json file like the one found in Forge Std would suffice:

https://github.com/foundry-rs/forge-std/blob/master/package.json

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

Successfully merging a pull request may close this issue.

4 participants