non-fungible-apps/contracts/test/hardhat/contracts/FleekERC721
Shredder 70f2df4210
feat: verifications and mongo write operations (#253)
* 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.
2023-05-09 21:25:19 +03:30
..
access-point fix: linting issues on contracts folder (#212) 2023-04-17 11:27:39 -03:00
helpers feat: verifications and mongo write operations (#253) 2023-05-09 21:25:19 +03:30
billing.t.ts feat: verifications and mongo write operations (#253) 2023-05-09 21:25:19 +03:30
collection-roles.t.ts feat: verifications and mongo write operations (#253) 2023-05-09 21:25:19 +03:30
deployment.t.ts chore: refactor hardhat tests (#103) 2023-02-09 17:44:57 -03:00
ens.t.ts feat: verifications and mongo write operations (#253) 2023-05-09 21:25:19 +03:30
get-last-token-id.t.ts feat: verifications and mongo write operations (#253) 2023-05-09 21:25:19 +03:30
get-token.t.ts fix: linting issues on contracts folder (#212) 2023-04-17 11:27:39 -03:00
minting.t.ts feat: verifications and mongo write operations (#253) 2023-05-09 21:25:19 +03:30
pausable.t.ts feat: verifications and mongo write operations (#253) 2023-05-09 21:25:19 +03:30
token-roles.t.ts fix: linting issues on contracts folder (#212) 2023-04-17 11:27:39 -03:00
token-uri.t.ts feat: contracts add verified field and allow verifier (#184) 2023-03-31 16:13:34 -03:00
update-properties.t.ts feat: verifications and mongo write operations (#253) 2023-05-09 21:25:19 +03:30
verified.t.ts feat: contracts add verified field and allow verifier (#184) 2023-03-31 16:13:34 -03:00