-
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
1 changed file
with
10 additions
and
15 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 |
---|---|---|
@@ -1,21 +1,16 @@ | ||
# MetaMerkles | ||
|
||
Welcome to your new AlgoKit project! | ||
#### Smart contract ingestable metadata on groups of practically any size | ||
|
||
This is your workspace root. A `workspace` in AlgoKit is an orchestrated collection of standalone projects (backends, smart contracts, frontend apps and etc). | ||
# | ||
|
||
By default, `projects_root_path` parameter is set to `projects`. Which instructs AlgoKit CLI to create a new directory under `projects` directory when new project is instantiated via `algokit init` at the root of the workspace. | ||
Untested Tealscript Contracts for putting Merkle roots on chain & allowing other contracts to verify & fetch metadata against those merkle roots. | ||
|
||
## Getting Started | ||
Potential Use cases | ||
- contract enforced royalties | ||
- whitelists & blacklists of addresses | ||
- anything that needs to verify large lists of assetIDs | addresses | appIDs | ||
|
||
To get started refer to `README.md` files in respective sub-projects in the `projects` directory. | ||
|
||
To learn more about algokit, visit [documentation](https://github.com/algorandfoundation/algokit-cli/blob/main/docs/algokit.md). | ||
|
||
### GitHub Codespaces | ||
|
||
If executing this repository in GitHub Codespaces, the container will automatically cleanup templatized content and pre-install `algokit` for you. To get started execute: | ||
|
||
- `algokit init` - to invoke interactive wizard to guide you through the process of creating a new AlgoKit project | ||
|
||
Powered by [Copier templates](https://copier.readthedocs.io/en/stable/). | ||
## ARC58 Smart Wallet Specific | ||
- Arbitrary groups for plugins with a single box key ( apps & addresses ) | ||
- Bartering - eg. i offer you 160 cheap assets for your 25 rarer ones |