https://github.com/starc007/petrace-smart-contract
A petrace gaming smart contract using Solidity
https://github.com/starc007/petrace-smart-contract
blockchain gaming smart-contracts solidity
Last synced: 3 months ago
JSON representation
A petrace gaming smart contract using Solidity
- Host: GitHub
- URL: https://github.com/starc007/petrace-smart-contract
- Owner: starc007
- Created: 2024-02-10T17:14:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-05T06:34:00.000Z (over 1 year ago)
- Last Synced: 2025-02-24T03:30:23.606Z (8 months ago)
- Topics: blockchain, gaming, smart-contracts, solidity
- Language: Solidity
- Homepage:
- Size: 198 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PetRace Smart Contract
Smart contract which generates yeild on ETH deposited on Contract, Its a petracing game smart contract
Make sure to set your env variables in .env file
Network: Blast Testnet
contract address: 0xED98309b56d18b9df6c67Cd3dDf675978405F2BD## 🛠️ Deploy Smart Contract
```bash
npx hardhat run scripts/deploy.js --network blast_sepolia
```## 🛠️ Run test case
```bash
npx hardhat test
```