Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dmrdvn/hotel-reservation-on-scroll
- Owner: dmrdvn
- Created: 2024-06-24T14:05:20.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-24T14:58:55.000Z (6 months ago)
- Last Synced: 2024-06-24T16:49:19.888Z (6 months ago)
- Language: Solidity
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`