I hereby claim:
- I am jim-toth on github.
- I am jimtoth (https://keybase.io/jimtoth) on keybase.
- I have a public key ASA-y8vlOw2yuczxegCGepIQU6ZrhQTSMPfPg2v8gjXflAo
To claim this, I am signing this object:
0x4dD68101497F9989Fe27713619459ae43159eF41 |
I hereby claim:
To claim this, I am signing this object:
Art By City started primarily as an artist-focused DApp (https://artby.city) during the Open Web Foundry in Q4 2021. As our focus is on utilizing a decentralized web to empower creators through discoverability and curation, we quickly realized the need to categorize different types of creative asset publications, their intended rendering containers, metadata, licensing, and associated meta-actions such as liking, tipping, or sharing. We began outlining a specification to be implemented as tags on Arweave transactions so that our own dapp could discover these assets, know how to render them properly, display the associated creator metadata (e.g. title, description, license), and begin building a curation graph we could crawl later through likes and tips. This work was designed while the DApp was being developed by necessity and through code.
We continued to refine the spec, through code and many conversations - we've spoken to dozen
type LengthOfString< | |
S extends string, | |
Acc extends 0[] = [] | |
> = S extends `${string}${infer Rest}` | |
? LengthOfString<Rest, [...Acc, 0]> | |
: Acc['length'] | |
export type HexNumbers = | |
| '0' | |
| '1' |
Filename: 101-relay-operator-alternate-identity.md
Title: Broadcasting Relay Operator Alternate Identities
Author: Jim Toth - [email protected], Slava Mushyaokv - [email protected], & ATOR Labs LLC
Created: 2023-07-18
Status: Draft
Status: Published
Version: 1.1.0
This document describes the standard interface for tokenized asset SmartWeave Contracts. The SmartWeave Token Spec refers to a SmartWeave Contract that can grant ownership properties to any arweave asset when it is deployed, effectively
Status: Draft
Version: 1.0.0
Author: Jim Toth ([email protected])
This document describes the standard interface for SmartWeave Contracts that represent multitple tokenized assets simultaneously.