Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abovestars/smart-contracts-learning-js
Lesson files for smart-contract development with javascript.
https://github.com/abovestars/smart-contracts-learning-js
ethereum ethersjs hardhat smart-contracts solidity
Last synced: 2 days ago
JSON representation
Lesson files for smart-contract development with javascript.
- Host: GitHub
- URL: https://github.com/abovestars/smart-contracts-learning-js
- Owner: aboveStars
- Created: 2022-12-19T13:51:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-31T15:10:52.000Z (almost 2 years ago)
- Last Synced: 2024-05-30T09:16:38.220Z (6 months ago)
- Topics: ethereum, ethersjs, hardhat, smart-contracts, solidity
- Language: JavaScript
- Homepage:
- Size: 2.01 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# smart-contracts-learning-JS
This repo contains my **lesson** files for **smart contract development** with **javascript**.## Contents
* [Solidity basics with RemixIde (simple-storage, fund-me)](https://github.com/aboveStars/smart-contracts-learning-JS/tree/main/SolidityBasics-RemixIDE)
* [Basic operations with Ethers.js (simple-storage)](https://github.com/aboveStars/smart-contracts-learning-JS/tree/main/erhers-simple-storage)
* [Basic operations with Hardhat (simple-storage)](https://github.com/aboveStars/smart-contracts-learning-JS/tree/main/hardhat-simple-storage)
* [Advanced operations with Hardhat (fund-me)](https://github.com/aboveStars/smart-contracts-learning-JS/tree/main/hardhat-fund-me)
* [Advanced operations with Ethers.js (fullstack/web/fund-me)](https://github.com/aboveStars/smart-contracts-learning-JS/tree/main/html-fund-me)
* [Advanced operations with Hardhat (lottery)](https://github.com/aboveStars/smart-contracts-learning-JS/tree/main/hardhat-smartcontract-lottery)
* [Advanced operations with NextJS (fullstack/lottery/web)](https://github.com/aboveStars/smart-contracts-learning-JS/tree/main/nextjs-smartcontract-lottery)
* [Advanced operations with Hardhat (erc-20/token)](https://github.com/aboveStars/smart-contracts-learning-JS/tree/main/hardhat-erc20)
* [Advanced operations with Hardhat (defi-aave)](https://github.com/aboveStars/smart-contracts-learning-JS/tree/main/hardhat-defi)
* [Advanced operations with Hardhat (nft)](https://github.com/aboveStars/smart-contracts-learning-JS/tree/main/hardhat-nft)
* [Advanced operations with NextJS (fullstack/web3/nft-marketplace)](https://github.com/aboveStars/smart-contracts-learning-JS/tree/main/nextjs-nft-marketplace)
* [Graph Version](https://github.com/aboveStars/smart-contracts-learning-JS/tree/main/nextjs-nft-marketplace-thegraph)
* [Needed for to use Graph](https://github.com/aboveStars/smart-contracts-learning-JS/tree/main/graph-nft-market-place)
* [Advanced operations with Hardhat (upgrades)](https://github.com/aboveStars/smart-contracts-learning-JS/tree/main/hardhat-uprages)
### Used Frameworks
* [Hardhat](https://hardhat.org/)
* [Ethers.js](https://docs.ethers.org/v5/)
#### Thanks To
* Patrick Collins, who prepared [Ultimate Web3, Full Stack Solidity, and Smart Contract - Beginner to Expert Full Course | Javascript Edition FreeCodeCamp Course](https://www.youtube.com/watch?v=gyMwXuJrbJQ)