... | @@ -113,3 +113,14 @@ This will install web3modals and wagmi: |
... | @@ -113,3 +113,14 @@ This will install web3modals and wagmi: |
|

|
|

|
|
|
|
|
|
Furthermore, it is essential to create a project on the [WalletConnect](https://cloud.walletconnect.com) website. This will provide our website's wallet function with a unique ID, enabling it to operate seamlessly.
|
|
Furthermore, it is essential to create a project on the [WalletConnect](https://cloud.walletconnect.com) website. This will provide our website's wallet function with a unique ID, enabling it to operate seamlessly.
|
|
|
|
|
|
|
|
## Deployment
|
|
|
|
### Database
|
|
|
|
|
|
|
|
To deploy our web application, we opted to store our data in the [MongoDB Atlas cloud](https://www.mongodb.com/atlas/database). This allows easy access to the data from anywhere.
|
|
|
|
|
|
|
|
Upon creating a new project on MongoDB Atlas, you receive a connection string. We replaced the previous local connection string with this one and started the application. The connection was established successfully.
|
|
|
|
|
|
|
|
### Backend & Frontend
|
|
|
|
|
|
|
|
For our full-stack deployment, we chose [Vercel](https://vercel.com). This deployment service offers free trial options and is fully compatible with Next.js, which is the framework we are using for our frontend and backend development. |
|
|
|
\ No newline at end of file |