v0.1.0 #51
jrriehl
announced in
Announcements
v0.1.0
#51
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Initial release
Adds core commands:
jenesis new
: create a new projectjenesis init
: initialize jenesis in an existing project folderjenesis compile
: compile all contracts in the project (also supports cargo workspaces)Adds alpha commands (under active development):
jenesis alpha keys {list, show}
: manage keys stored in local keyring (currently only supports MacOS)jenesis alpha deploy
: deploy all contracts in project (currently only supports MacOS)jenesis alpha run my_script.py
: executes a script in an environment pre-loaded with all project contracts and configurationjenesis alpha shell
: opens a ptpython shell pre-loaded with all project contracts and configurationAdds initial documentation
This discussion was created from the release v0.1.0.
Beta Was this translation helpful? Give feedback.
All reactions