... | ... | @@ -83,6 +83,8 @@ After the smart contract is deployed you need to put the smart contract address |
|
|
```sh
|
|
|
NEXT_PUBLIC_CONTRACT_ADDRESS = "smartContractAddress"
|
|
|
```
|
|
|
## NextAuth
|
|
|
We use [NextAuth](https://next-auth.js.org/) wich is an opensource authentication library for Node.js that simplifies the process of adding authentication to our web application. The reason we use it is that it's designed to support Next.js.
|
|
|
|
|
|
## Deployment
|
|
|
### Database
|
... | ... | @@ -119,9 +121,6 @@ By including these variables in the .env file, you ensure that Vercel can access |
|
|
|
|
|

|
|
|
|
|
|
# NextAuth
|
|
|
We use [NextAuth](https://next-auth.js.org/) wich is an opensource authentication library for Node.js that simplifies the process of adding authentication to our web application. The reason we use it is that it's designed to support Next.js.
|
|
|
|
|
|
# Tests
|
|
|
To run the tests you have to execute
|
|
|
|
... | ... | |