* feat: show total tokens
* Update ui/src/views/explore/explore-list/nfa-search.fragment.tsx
Co-authored-by: Felipe Mendes <zo.fmendes@gmail.com>
* Update ui/src/views/explore/explore-list/nfa-search.fragment.tsx
Co-authored-by: Felipe Mendes <zo.fmendes@gmail.com>
---------
Co-authored-by: Felipe Mendes <zo.fmendes@gmail.com>
* chore: wallet auto transition when already connected
* chore: display connected address
* chore: skip first step if wallet connected
* chore: remove useeffect from mint stepper
* integration
* refactor: rename the mintId parameter, add serverless offline.
* docs: update documentation readme.
* feat: add the create call for handling new mint info.
* feat: add build record db, write the signed transaction call to the contract, query builds in the mint handler.
* feat: new prisma schema.
* feat: add logic to the build handler and update mint handler to pass the verified field.
* feat: update token record in the build handler, add start command to package.json
* feat: add dotenv to read the private key variable from the main .env file.
* feat: add domain and ipfs hash to mint and setTokenBuild functions. Alter the structs accordingly.
* test: update mint parameters with ipfsHash for foundry and hardhat tests.
* feat: add build record entity to subgraph.
* feat: add domain field, update schema, remove tokenId from build handler.
* test: fix missing parameters.
* fix: build info test parameters missing.
* test: final test fix for the foundry metadataupdate params.
* refactor: tsconfig changes and pr feedback.
* feat: nfa detail page with data from the subgraph
* Update ui/src/views/indexed-nfa/fragments/aside.fragment.tsx
Co-authored-by: Felipe Mendes <zo.fmendes@gmail.com>
---------
Co-authored-by: Felipe Mendes <zo.fmendes@gmail.com>
* feat: add verifier when contract is initialized
* feat: initialize git repository on new mint
* feat: add created at in token entity
* feat: add created at in ap entity
* feat: handle verifier role grant and revoke
* feat: add verified field to token
* refactor: create constants file
* feat: add total tokens counter on collection entity
* refactor: verify verifier address for mint event
* refactor: remove collection id
* feat: add log decoder helper and import web3.
* feat: create the web3 helper and install the package. update ts config to use JSONs in the helper script.
* feat: use nfaContract in submitBuildInfo handler.
* refactor: make the setTokenBuild params self-explanatory.
* docs: comment the placeholder.
* feat: add useMediaQuery
* feat: add menu icon
* feat: add navbar responsivity
* feat: add current path indication for navigation
* feat: prevent screen zoom
* refactor: move logo to navbar folder
* refactor: move sidebar to single file
* refactor: set icon names to kebab case
* feat: add alpha color function
* feat: add backdrop filter on navbar
* refactor: clean up nfa search code and add base responsivity
* refactor: clean up nfa list code
* refactor: rename explore header fragment files
* refactor: nfa list items sizing
* feat: add vertical padding for page content
* refactor: make navbar not break the layout
* chore: AP flow based on designs
* chore: preview ap creation
* style: max-width for explore container
* fix: fix setArgs
* feat: add success step for access point creation
* feat: add dots spinner
* chore: AP flow finished
* chore: release changes
* feat: store ens once the user log in with wallet
* feat: add mocked function for bunny cdn creation
* chore: finish bunny cdn mocked functions
* chore: run eslint
* feat: add domain validator
* style: move animation to stitches keyframes
* chore: set ens only when is not set
* Update ui/src/store/features/bunny-cdn/async-thunk/verify-ap.ts
Co-authored-by: Felipe Mendes <zo.fmendes@gmail.com>
* chore: remove nfa-picker
* chore: get nfa name
* chore: change verify thunk name
* fix: fix verifyPullzone thunk
---------
Co-authored-by: Felipe Mendes <zo.fmendes@gmail.com>