We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now our packages are generated from the prototype repo.
There is a top-level app.ts for each container that contains hard-coded configuration (such as the node url, the registry address).
app.ts
Instead, we should be able to launch them as:
flashbake-relay --node-url http://localhost:8732 --registry-address KT1xxx flashbake-endpoint --node-url http://localhost:8732
The npm packages and containers should be built directly by the monorepo.
The text was updated successfully, but these errors were encountered:
nicolasochem
No branches or pull requests
Right now our packages are generated from the prototype repo.
There is a top-level
app.ts
for each container that contains hard-coded configuration (such as the node url, the registry address).Instead, we should be able to launch them as:
The npm packages and containers should be built directly by the monorepo.
The text was updated successfully, but these errors were encountered: