Skip to content
This repository has been archived by the owner on Jan 9, 2022. It is now read-only.

Commit

Permalink
Implement API
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhaiwat10 committed Apr 18, 2021
1 parent f425b41 commit c230be6
Show file tree
Hide file tree
Showing 28 changed files with 5,037 additions and 31,128 deletions.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ROPSTEN_PRIVATE_KEY=
INFURA_API_KEY=
NEXT_PUBLIC_CONTRACT_ADDRESS=
NEXT_PUBLIC_CONTRACT_ADDRESS=
CALLER_SECRET=
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ typechain/
artifacts/
coverage*
.env
.next
.github
.vscode
.next/
.github/
.vscode/
5 changes: 5 additions & 0 deletions .next/build-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/_error.js"
],
"/next/dist/pages/_error": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/next/dist/pages/_error.js"
]
},
"ampFirstPages": []
Expand Down
4 changes: 3 additions & 1 deletion .next/server/pages-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
"/_app": "pages/_app.js",
"/_error": "pages/_error.js",
"/_document": "pages/_document.js",
"/": "pages/index.js"
"/next/dist/pages/_error": "pages/next/dist/pages/_error.js",
"/": "pages/index.js",
"/api": "pages/api.js"
}
2 changes: 1 addition & 1 deletion .next/server/pages/_app.js

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

141 changes: 75 additions & 66 deletions .next/server/pages/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions .next/static/chunks/main.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions .next/static/chunks/pages/_app.js

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

Loading

0 comments on commit c230be6

Please sign in to comment.