forked from algorandfoundation/beaker
-
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.
- Loading branch information
Showing
10 changed files
with
28 additions
and
205 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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Account Storage Example | ||
----------------------- | ||
|
||
This example is meant to demonstrate the usage of a ``Precompile`` for a ``LogicSignature`` to extend the applications storage. | ||
|
||
|
||
See the comments inline for detailed information about what each line is doing. |
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,7 @@ | ||
Contract To Contract Example | ||
----------------------------- | ||
|
||
|
||
This demo is meant to show the use of both a ``Precompile`` for an ``Application`` and the ease of making Contract to Contract calls using the method signature provided by the ``Application`` method using the `get_method_signature` method provided by `Beaker`. | ||
|
||
Additionally, this also shows the use of the `unfunded senders` feature since the sub application is never funded but over the course of a single transaction opts in to an asset, receives it, and closes out of the asset. |
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,6 @@ | ||
Application Client Example | ||
-------------------------- | ||
|
||
The Application Client is a very convenient way to provide the most common interactions with an Application. | ||
|
||
This example is meant to demonstrate some of those. |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.