Skip to content

Tezket v1 -- "Tezos Ticket" React Native app -- Buy NFT ticket and use QR to control admittance at the gate.

License

Notifications You must be signed in to change notification settings

ubinix-warun/rn-tezket

Repository files navigation

RN-Tezket v1

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

Screenshot (Prototype V1.2)

V1.2

Build & Run

  • 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

Credit

About

Tezket v1 -- "Tezos Ticket" React Native app -- Buy NFT ticket and use QR to control admittance at the gate.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published