nigsdev / casinoP2E

Smart contracts for decentralized casino based on play to earn.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Casino-P2E-Contracts-ETH

Decentralized Casino solidity smart contracts

Quick start

npm install

Once installed, let's run Hardhat's testing network:

npm run start

Then, on a new terminal, run this to deploy your contract:

npm run deploy --network localhost

About

Smart contracts for decentralized casino based on play to earn.

License:MIT License


Languages

Language:Solidity 82.5%Language:JavaScript 17.5%