Skip to content

rmruss2022/Blackjack-Sol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.

Quick Start

  1. Install dependencies:
npm install
  1. Compile contracts:
npm run compile
  1. Run tests:
npm run test
  1. Deploy to local Hardhat network:
npm run node
# In another terminal:
npm run deploy

Project Structure

  • contracts/ - Solidity smart contracts
  • scripts/ - Deployment and utility scripts
  • test/ - Test files
  • hardhat.config.js - Hardhat configuration

Example Contract

The Lock.sol contract is a simple time-locked wallet that:

  • Accepts ETH deposits
  • Locks funds until a specified unlock time
  • Allows the owner to withdraw after the unlock time

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published