... | ... | @@ -56,6 +56,10 @@ In addition, it can be helpful to download [MongoDB Compass](https://www.mongodb |
|
|
|
|
|
To simplify object access in MongoDB for our project, we utilize [Mongoose](https://mongoosejs.com).
|
|
|
|
|
|
## Sepolia
|
|
|
|
|
|
To be able to make transactions on a Ethereum test network (we are using the Sepolia test network) you will need to have fake currency for the specific network. Go to https://sepoliafaucet.com to get some free fake currency for test purposes.
|
|
|
|
|
|
## Hardhat
|
|
|
|
|
|
Whenever you created a smart contract or made changes to an existing smart contract, you first need to compile it using the following command:
|
... | ... | |