July Deliverable Report

Worked with team to deliver functional “v0” prototype of minter dapp with fiat on ramp and web3 functionality, meeting the criteria for:

  • Mint functionality for escrow fiat-buy dApp
  • Fiat buy with claim note (text message) sent to purchaser
  • Claim ability to transfer NFT to secure web3 wallet
    • Implemented in backend, skipped in frontend to focus on v1 features with release of SMS wallet
Video Conferencing, Web Conferencing, Webinars, Screen Sharing

Zoom is the leader in modern enterprise video communications, with an easy, reliable cloud platform for video and audio conferencing, chat, and webinars across mobile, desktop, and room systems. Zoom Rooms is the original software-based conference room solution used around the world in board, conference, huddle, and training rooms, as well as executive offices and classrooms. Founded in 2011, Zoom helps businesses and organizations bring their teams together in a frictionless environment to get more done.

Video Conferencing, Web Conferencing, Webinars, Screen Sharing
Video demo of “V0” functionality. Send me a DM on Telegram for the passcode.

Code

GitHub - GoCyberEd/nft-mints-backend

We are using Stripe (for now) to integrate Two APIs are setup: /v0/payment/hook: this is the payment hook from stripe. it is called whenever something happens on our gateway /v0/payment/checkout: this is called by us to checkout and initiate a payment intent from stripe (pre-built checkout portal).

GitHub - GoCyberEd/nft-mints-backend
The backend is where most of my time was focused, though coordination and design was required across all components.
GitHub - GoCyberEd/nft-mints-frontend

Contribute to GoCyberEd/nft-mints-frontend development by creating an account on GitHub.

GitHub - GoCyberEd/nft-mints-frontend
GitHub - GoCyberEd/nft-mints-contracts

You can't perform that action at this time. You signed in with another tab or window. You signed out in another tab or window. Reload to refresh your session. Reload to refresh your session.

GitHub - GoCyberEd/nft-mints-contracts
GitHub - GoCyberEd/copy-room-contracts

You can't perform that action at this time. You signed in with another tab or window. You signed out in another tab or window. Reload to refresh your session. Reload to refresh your session.

GitHub - GoCyberEd/copy-room-contracts
A solidity contract to support the copy room initiative prior to pivoting to minter dapp was also initiated.

Documentation

NFT Mints - Interface

The API endpoints / design spec implemented by backend and consumed by frontend.

Build flow design for signing process with Aaron

Draft a sample user flow and technical criteria for signing feature of SMS wallet to support sign in and other features.

Built shared workspace and several architecture design discussions.