Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebeee authored May 6, 2024
1 parent 126dabf commit 075b92f
Showing 1 changed file with 10 additions and 15 deletions.
25 changes: 10 additions & 15 deletions README.md
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

0 comments on commit 075b92f

Please sign in to comment.