Stats
austintgriffith/scaffold-eth is an open source project licensed under MIT License which is an OSI approved license.
Scaffold-eth Alternatives
Similar projects and alternatives to scaffold-eth
-
-
-
Scout APM
Scout APM - Leading-edge performance monitoring starting at $39/month. Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
-
-
-
metamask-extension
:globe_with_meridians: :electric_plug: The MetaMask browser extension enables browsing Ethereum blockchain enabled websites
-
-
-
hardhat
Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software. Get Solidity stack traces & console.log.
-
-
-
-
-
substrate-open-working-groups
The Susbstrate Open Working Groups (SOWG) are community-based mechanisms to develop standards, specifications, implementations, guidelines or general initiatives in regards to the Substrate framework. It could, but not restricted to, lead to new Polkadot Standards Proposals. SOWG is meant as a place to find and track ongoing efforts and enable everybody with similar interests to join and contribute.
-
vue-cli-plugin-ethers
Ethereum ethers.js web3 library vuex store module generator plugin for vue-cli 3
Posts
-
The Complete Guide to Full Stack Ethereum Development
The problem that I ran into though while learning this was that while there was fairly good documentation out there for each of these things individually, there was nothing really out there for how to put all of these things together and understand how they worked with each other. There are some really good boilerplates out there like scaffold-eth (which includes Ethers, Hardhat, and The Graph), but may be too much to pick up for people just getting started.
-
Student looking to dive into eth development, looking for advice and resources
Austin Griffith is the man you need to check out. He has created scaffold ETH, which gives you a working dapp(s) to start projects on.
-
A newbie in NFT space, I would like to get some answers on NFT integration in a marketplace
Austin Griffith's Scaffold.eth repo has some NFT stuff in it too iirc https://github.com/austintgriffith/scaffold-eth
- What are the best Resources for becoming a blockchain developer?
-
There's a lot of hype and controversy around NFTs right now but I wanted to share something I think we can all agree is pretty cool and fun
If any of you like the site and want to help develop it further here is the github repo: https://github.com/austintgriffith/scaffold-eth/tree/nifty-ink-dev
-
Up-to-date Learning Resources For An Intermediate Developer?
Also have you heard of scaffold.eth? https://github.com/austintgriffith/scaffold-eth
-
Recommended frontend stack for single page dapps?
You might start by looking at this code since it has lots of react components that you could use to build your prototype and then just style from there.
-
How can I use hardhat with Vue.js?
You can also take a look at how scaffold-eth is structured.
- Is there a tool that can automatically create an interface of a contract from a solidity file?