-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 Ethereum name or address to package.json #1031
Comments
I am dubious about adding a specific service name at the top level of the |
The field would not necessarily be specific to my project, it would just be a field specifying the Ethereum address for this project. Any project or individual could use that field to send funds with the Ethereum network. So the field really is project agnostic. On another note, work is being done to standardize fields like this for donations, so there's that to look forward to in the future. |
I came across two discussions today, one of which I see you commented on:
And also somewhat related: I'm interested in seeing what comes of these. |
Yes, I'm especially excited for what npm is about to do |
I would like to see an Ethereum name or address added to the ethereum field of the package.json file. This will allow consumers of the project to know a canonical address to send funds to. For example, I'm building an application that will allow developers to automatically donate ETH to all of their npm dependencies that have Ethereum addresses in their package.json files: https://sustainus.io
The text was updated successfully, but these errors were encountered: