* 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>
* chore: update config and commands to deploy to goerli
* feat: bring changes from other deployment branches into this branch. Including sepolia configs.
* chore: update ci to copy .env
* chore: add goerli api to .env.example.
* chore: update on UI readme
* feat: apply the requested changes
* chore: change verify-contract to verify.js and remove the other file
* chore: make the final requested changes on config files and readme.
* fix: missed comma
* docs: add the "setting contract address and abi" section to the README file in the UI directory
---------
Co-authored-by: janison <jsonsivar@gmail.com>
Co-authored-by: Camila Sosa Morales <camisosa@fleek.co>
* chore: add black color to stitches theme
* chore: add list-nfa to index
* Update ui/src/components/nfa-card/nfa-card.styles.ts
Co-authored-by: Felipe Mendes <zo.fmendes@gmail.com>
---------
Co-authored-by: Felipe Mendes <zo.fmendes@gmail.com>
* fix: color logo id without hashtag
* feat: remove image from preview when the load fails
* fix: dripStitches typing
* refactor: move SVGPreview to components folder with NFAPreview name
* fix: ens address variable
* wip: add base solidity functions to try ens validation
* chore: add hardhat fork setup with env variable
* wip: setup ens verification for FleekERC721
* wip: add ens namehash generation
* chore: gas report setting
* feat: add ens verification on setTokenENS function
* test: hardhat transfer ens owner to set new ens
* test: fix foundry tests to enable ens validation
* refactor: change back ens to calldata and split out a public function for namehash testing
* refactor: move FleekENS.sol to util folder
* test: add ens validation tests for not owner attempts
* chore: add mainnet api key env in ci
* chore: fix .env.example
* fix: remove extra unused file
* feat: disable initializers and set paused state for implementation contracts
* test: add deploy guarantee tests for interaction with implementation contracts
* chore: add buildId and implementationAddress to deployStore script
* test: reset initialized state on store of deployed contract for foundry tests
* test: optmize deployUninitialized function
* test: test if is possible to mint in implementation contract