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
Feature Description This PR https://github.com/NillionNetwork/nillion/pull/2286 implements a new command for nada to create new programs, reducing the need for users to manipulate nada-project.toml.
nada
This command:
nada-project.toml
Why is this feature important?
How do developers use the feature? If a developer wants to create a new program called amazing_program, she can do this:
amazing_program
nada new-program amazing_program
This will create a file src/amazing_program.py and update nada-project.toml.
src/amazing_program.py
Usage or commands See section above.
Additional context https://github.com/NillionNetwork/nillion/pull/2286
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature Description
This PR https://github.com/NillionNetwork/nillion/pull/2286 implements a new command for
nada
to create new programs, reducing the need for users to manipulate nada-project.toml.This command:
nada-project.toml
, adding a new entry for the program.Why is this feature important?
nada-project.toml
How do developers use the feature?
If a developer wants to create a new program called
amazing_program
, she can do this:This will create a file
src/amazing_program.py
and updatenada-project.toml
.Usage or commands
See section above.
Additional context
https://github.com/NillionNetwork/nillion/pull/2286
The text was updated successfully, but these errors were encountered: