Skip to content

Cryptoimba2024/simple_contract_deploy_solidity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

# Simple Storage Contract (Solidity) This project demonstrates deploying a basic Solidity contract that stores and retrieves a string. ## Features - Basic storage and retrieval functionality - Hardhat configuration for deployment and testing ## Usage 1. Install dependencies: ``` npm install ``` 2. Deploy the contract: ``` npx hardhat run scripts/deploy.js --network ropsten ``` ## Files - `SimpleStorage.sol`: The Solidity contract. - `hardhat.config.js`: Configuration file for Hardhat. ## Note Replace placeholders in `hardhat.config.js` with your Infura project ID and private key. # simple_contract_deploy_solidity

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published