hmm, from the links you sent me NFT's sound a suspicious whole lot like custom json lol ... i sent you a modified script to create a d&d character within the kb allowed somehwere after there ... but the way i see (i havent read up on it yet, ill just do when released and a month or two after maybe) ... that's a whole lot of data that sticks around forever to track items in inventories .. i know they have to sell themselves but im not always convinced blockchain is the ultimate solution from hairgel to tracking your kids whereabouts with NFT's lol
there it was :
from steem import Steem
from steem.transactionbuilder import TransactionBuilder
from steembase import operations
s = Steem(nodes=["https://api.steemit.com"],
keys=["INSERTTHATPOSTINGKEYHERE"])
account = "INSERTYOURACCOUNTNAMEHERE"
apythonvariable = "i dont really know howapythonvariable works and what it looks like"
#post = [line.rstrip('\n') for line in open('ascithing')]
ops = [
operations.CustomJson(**{
"from": account,
"id": "dndchar",
"json": [ 'my char',
{
"name": "Von Trappiƫl",
"race": "high elf",
"alignment": "chaotic-good",
"STATS": "STR:12,DEX:18,CON:10,INT:16:WIS:14,CHA:16",
"ETCETERA": "i suppose you can use more brackets im not the json expert",
"ETC2": "and stuff",
"args": apythonvariable
}
],
"required_auths": [],
"required_posting_auths": ["INSERTYOURACCOUNTNAMEHERE"],
}),
]
tb = TransactionBuilder()
tb.appendOps(ops)
tb.appendSigner(account, "posting")
tb.sign()
tb.broadcast()
so far from what i could find out in the ... well lets say hard-to-navigate documentation i get the feeling there's nothing more to SMT's and NFT's and the whole steem-engine than this actually ... but the terms sound cool :p
anyway ... your project is great, thanks a lot for all the support too
customjson, as YOU explained it to me btw (lol) ... has been an option on steemchain from day one, so that makes me even wonder more about all the bru-ha around it lately ... :/ ... must be a salesforce-thing
good day to you, sir, and the wife and kids, kid ...
and keep it on !!
RE: INCOME entertainment Fund Update - Introduction to EV's, ABV's, SBI's, DV's and Divs