Skip to content

Commit

Permalink
Merge pull request #19 from ATARCA/feature/AT-455_backend_multiprojec…
Browse files Browse the repository at this point in the history
…t_support

Feature/at 455 backend multiproject support
  • Loading branch information
mmartinmo authored Sep 13, 2022
2 parents 0fab3fb + 1838cd3 commit f1fc441
Show file tree
Hide file tree
Showing 9 changed files with 6,284 additions and 75 deletions.
4 changes: 2 additions & 2 deletions .evn.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MONGODB_URI=
CONTRACT_ADDRESS=
CONSENT_TEXT=
INFURA_DEV_KEY=
PORT=
DESIRED_CHAIN_ID=
START_BLOCK_HEIGHT=
START_BLOCK_HEIGHT=
SUBGRAPH_URI=
126 changes: 85 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"tsc": "tsc",
"contracts:clean": "rimraf src/typechain-types && rimraf src/abi-generated",
"contracts:removehardhatdependency": "rimraf typechain-types/hardhat.d.ts",
"contracts:update": "npm run contracts:clean && cd ../nft-share-platform-contracts && npm run build && copyfiles \"./typechain-types/**\" \"../nft-share-platform-backend\" && copyfiles \"./abi-generated/**\" \"../nft-share-platform-backend\" && cd ../nft-share-platform-backend && npm run contracts:removehardhatdependency"
"contracts:update": "npm run contracts:clean && cd ../nft-share-platform-contracts && npm run build && copyfiles \"./typechain-types/**\" \"../nft-share-platform-backend\" && copyfiles \"./abi-generated/**\" \"../nft-share-platform-backend\" && cd ../nft-share-platform-backend && npm run contracts:removehardhatdependency",
"thegraph:schema:download": "apollo schema:download --endpoint=https://api.thegraph.com/subgraphs/name/atarca/nft-share-platform-goerli thegraph-graphql-schema.json",
"thegraph:schema:codegen": "apollo codegen:generate --localSchemaFile=thegraph-graphql-schema.json --target=typescript --includes=subgraph/queries/**/*.ts --tagName=gql --addTypename --globalTypesFile=subgraph/types-thegraph/thegraph-global-types.ts types-thegraph"
},
"repository": {
"type": "git",
Expand All @@ -24,11 +26,13 @@
},
"homepage": "https://github.com/ATARCA/nft-share-platform-backend#readme",
"dependencies": {
"@apollo/client": "^3.6.9",
"@ethersproject/wallet": "^5.6.0",
"apollo-server": "^3.6.3",
"apollo-server-core": "^3.6.3",
"apollo-server-express": "^3.6.3",
"cors": "^2.8.5",
"cross-fetch": "^3.1.5",
"dotenv": "^16.0.0",
"ethers": "^5.6.2",
"express": "^4.17.2",
Expand Down
Loading

0 comments on commit f1fc441

Please sign in to comment.