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

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

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
```