https://github.com/0xjonaseb11/hl-wrld
Metaschool - sepolia create and deploy
https://github.com/0xjonaseb11/hl-wrld
blockchain crypto deployments digital-assets ethersjs hardhat sepolia smart-contract solidty
Last synced: 6 months ago
JSON representation
Metaschool - sepolia create and deploy
- Host: GitHub
- URL: https://github.com/0xjonaseb11/hl-wrld
- Owner: 0xJonaseb11
- License: mit
- Created: 2023-11-03T05:24:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T19:10:47.000Z (11 months ago)
- Last Synced: 2025-03-26T07:23:18.079Z (6 months ago)
- Topics: blockchain, crypto, deployments, digital-assets, ethersjs, hardhat, sepolia, smart-contract, solidty
- Language: Solidity
- Homepage:
- Size: 343 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HL_WRLD
## About
Be able to create, and deploy hello World soldity smart contract on sepolia
### Sample 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.
Try running some of the following tasks:
```shell
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js
```----------
@0xJonaseb11