-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added source option to generate command.
- Loading branch information
Showing
9 changed files
with
41 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
# cargo-odra | ||
|
||
A cargo utility that helps to create, manage and test your smart contracts | ||
written using Odra framework. | ||
written using Odra framework. | ||
|
||
## Table of Contents | ||
|
||
* [Usage](#usage) | ||
* [Commands](#backends) | ||
* [Links](#links) | ||
|
@@ -51,10 +52,11 @@ $ cargo odra test -b casper | |
* `build` - builds the contracts, generates wasm files, | ||
* `test` - runs tests, | ||
* `generate` - generates sample contract, | ||
* `list-templates` - lists available templates, | ||
* `clean` - removes temporary files (builders and wasm files), | ||
* `completions` - generates autocomplete script for given shell | ||
|
||
To see exact syntax of each command, type `cargo odra command --help`. | ||
To see exact syntax of each command, type `cargo odra command_name --help`. | ||
|
||
## Workspaces | ||
|
||
|
@@ -74,6 +76,7 @@ $ cargo odra new --name myproject --template workspace && cd myproject | |
* [Odra docs](https://odra.dev/docs) | ||
|
||
## Contact | ||
|
||
Write **[email protected]** | ||
|
||
<div align="center"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters