Initial release (updated) #53
jrriehl
announced in
Announcements
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
Update: added authors and project description
This discussion was created from the release Initial release (updated).
Beta Was this translation helpful? Give feedback.
All reactions