---
tags: hackathon, next top blockchain
title: TzConnect Website Development
---
Track name: Tokens and beyond
Track description:
Get creative with Tezos´ two token standards: FA1.2 and FA2.
What are FA2 and FA1.2?
Where FA1.2
Where FA1.2 refers to an fungible token standard for Tezos, FA2 aspires to offer wide expressivity to create novel implementations and even invent token types while maintaining a common interface standard for wallet integrators and external developer Your token can represent a physical assets, digital assets, a governance mechanism, or a certain utility or service.
FA2 provides a standard API to transfer tokens, check token balances, manage operators (addresses that are permitted to transfer tokens on behalf of the token owner) and manage token metadata.
Track requirements:
Judge criteria:
Prizes for each place:
1st price: 7.5 k
2nd price: 5 k
- 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