-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: move Contract and Template sections to Agent docs
- Loading branch information
Showing
2 changed files
with
133 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ $ npx @hackbg/[email protected] create | |
$ npm exec fadroma add | ||
``` | ||
|
||
## Deploying a project | ||
## Deploying your project | ||
|
||
```shell | ||
# Deploy the project, or update the current deployment: | ||
|
@@ -172,7 +172,7 @@ corresponding to the contract crates of your project. You can | |
Fadroma implements **reproducible compilation** of contracts. | ||
What to compile is specified using the primitives defined in [Fadroma Core](../client/README.md). | ||
## Uploading contracts | ||
## Uploading individual contracts | ||
```shell | ||
# Upload a contract: | ||
|
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