Tezket -- "Tezos Ticket" React Native app -- Buy NFT ticket and use QR to control admittance at the gate., MIT LICENSE
Version 2 -- Revision by TezKet
- Pitch Gist! -- Intro & Roadmap.
- Edit Square AppID, LocationID and Api payment on src/modals/BuyTicketModalContext.tsx.
const paymentUrl = 'https://xxx.xxx.xxx.xxx'
const appId = 'sandbox-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX';
const locationId = 'XXXXXXXXXXXXXX';
- Edit API Minter on src/modals/MintModalContext.tsx. nft-tezket
const ApiMinter = 'https://xxx.xxx.xxx.xxx';
- Edit NFTS_Contract Addr on src/providers/WalletContext.tsx
const Tezos = new TezosToolkit(rpcUrl);
const nftContract = '<PKH>';
- Run rn-tezket via Expo
nvm use v16.14.0
npm run install
expo web
- Use NativeBase.io for React Native Component.
- Pay Google play via Square Web-SDK.
- Many thanks -- Taquito & Beacon SDK for Tezos blockchain.