-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
76 additions
and
1,049 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## Scenario Blueprints | ||
|
||
To create a new blueprint: | ||
* Install the relevant scrypto compiler | ||
* Go to `/assets/blueprints`, and use `scrypto init` | ||
* Work on your blueprint | ||
* Build your blueprint locally, or reproducibly with the `build.sh` script, and copy the `.rpd` and `.wasm` assets to this folder. | ||
* Use the built assets in your scenario | ||
|
||
And then do some clear-up: | ||
* Remove the `lib.rs` to `historic_blueprint_sources` and rename. | ||
* Remove the blueprints folder | ||
|
||
This clear-up stops us having old sources and Cargo.lock files in this repo, which give us bad dependabot ratings. |
Oops, something went wrong.