Skip to content

Commit b5bab2f

Browse files
authored
Merge pull request #1 from Markkos89/feat/t3-saving-connection
Feat/t3 saving connection
2 parents 90b0d93 + 0e575ba commit b5bab2f

File tree

130 files changed

+587
-437
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+587
-437
lines changed

README.md

Lines changed: 174 additions & 67 deletions

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@
1212
"dependencies": {
1313
"@chakra-ui/icons": "^2.0.19",
1414
"@chakra-ui/react": "^2.7.1",
15-
"@codingwithmanny/blockies": "^1.1.0",
1615
"@emotion/react": "^11.11.1",
1716
"@emotion/styled": "^11.11.0",
1817
"@fontsource/inter": "^5.0.3",
1918
"@next-auth/prisma-adapter": "^1.0.7",
20-
"@prisma/client": "^4.16.1",
19+
"@prisma/client": "^5.0.0",
2120
"@tanstack/react-query": "^4.29.19",
2221
"@trpc/client": "^10.33.0",
2322
"@trpc/next": "^10.33.0",
@@ -61,7 +60,7 @@
6160
"postcss": "^8.4.24",
6261
"prettier": "^2.8.8",
6362
"prettier-plugin-tailwindcss": "^0.3.0",
64-
"prisma": "^4.16.1",
63+
"prisma": "^5.0.0",
6564
"react-syntax-highlighter": "^15.5.0",
6665
"remark-frontmatter": "^4.0.1",
6766
"tailwindcss": "^3.3.2",

prisma/schema.prisma

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
generator client {
2-
provider = "prisma-client-js"
3-
previewFeatures = ["jsonProtocol"]
2+
provider = "prisma-client-js"
43
}
54

65
datasource db {

public/assets/ethereum.png

157 KB

public/assets/ethers.png

76.1 KB

public/assets/etherscan.png

17 KB
679 KB
511 KB

public/assets/hardhat.png

14.3 KB

public/assets/lessons/1/img_1.png

14.7 KB

0 commit comments

Comments
 (0)