tag:
- Create a token generator (FA1.2 and FA2)
* fractional ownership, batch minting, and embeds for easy integration.
- Should be deployed
NFTs and games
Collecting and trading
Authorisation to unlock something (beat the dragon)
Tetris game
Generative art / tokens (algorithmic NFTs)
(Mandelbrot set)
Music and NFTs
Cerification
Licensing assets through digital twins and establishing new monetization opportunities
- NFT fractional ownership contracts
-
- project
Blockchain component is the same
We:
Smartpy contract templates / guides
Zeppelin library for contracts
https://github.com/tqtezos/smart-contracts/tree/master/fractional
- Ideally not to have to write their own contract:
Step 1
Intro to Tezos
https://wiki.tezosagora.org/learn/basics
FA2 standard
https://gitlab.com/tzip/tzip/-/blob/master/proposals/tzip-12/tzip-12.md
Step 2
Collectibles Communication applications Creator tokenization, Crowdfunding, Decentralized Finance, Gaming, Payment Solutions,
Smart Contract Templates
Spec out your idea
- What role does the blockchain play
-
Step 2
Install a wallet
Testnet tokens (faucet)
Example OpenMinter (Minting NFTs)
https://github.Icom/tqtezos/minter-sdk
Interact with your contract for development and potentially your private back-end
Get yourself an python environment
Set up Pytezos
- Sample code (John)
Javascript bindings to be used for building your App
Taquito https://github.com/ecadlabs/taquito-react-template
Use Docker and Flextesa to Run an Independent Tezos Sandbox
https://assets.tqtezos.com/docs/setup/2-sandbox/
https://github.com/dani-jozsef/FlextesaPlayground
Learn how to upload to IPFS
- Sample setup