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

story: agd installable by npm #8033

Open
turadg opened this issue Jul 10, 2023 · 0 comments
Open

story: agd installable by npm #8033

turadg opened this issue Jul 10, 2023 · 0 comments
Labels
agd Agoric (Golang) Daemon enhancement New feature or request tooling repo-wide infrastructure

Comments

@turadg
Copy link
Member

turadg commented Jul 10, 2023

What is the Problem Being Solved?

Some CLI commands shell out to agd. While users can npm install agoric the only way currently to get agd is to build it. This necessitates checking out agoric-sdk and having Go tools.

Description of the Design

We currently have @agoric/cosmos (under golang/, not packages/) which provides a build configuration for agd. However, installing the package doesn't build agd, so that JS developers testing their smart contracts can do so without building agd.

Create a package that has prebuilds of agd for supported platforms (or include it in the agoric package).

These should help:
https://github.com/goreleaser/goreleaser
https://github.com/sanathkr/go-npm

Security Considerations

Scaling Considerations

Test Plan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agd Agoric (Golang) Daemon enhancement New feature or request tooling repo-wide infrastructure
Projects
None yet
Development

No branches or pull requests

1 participant