Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dmrdvn/hotel-reservation-on-scroll

Hotel Reservation System deployed on Scroll
https://github.com/dmrdvn/hotel-reservation-on-scroll

Last synced: 9 days ago
JSON representation

Hotel Reservation System deployed on Scroll

Awesome Lists containing this project

README

        

# Hotel Reservation System on Scroll
Hotel Reservation System deployed on Scroll Sepolia Testnet.

Create an `.env` file in the home directory and add your Private Key into it without the leading 0x.

#### Install Dependencies
```
npm install
```

#### Compile
```
npx hardhat compile
```

#### Test
```
npx hardhat test
```

#### Deploy on Scroll
```
npx hardhat ignition deploy ./ignition/modules/HotelReservation.ts --network scrollSepolia
```

#### Live Contract Address
`0x3A8e426cBE63516E8240a6D445D6932d9fF1ae1d`