Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Hey | 21,241 | a day ago | 72 | agpl-3.0 | TypeScript | |||||
Hey is a decentralized and permissionless social media app built with Lens Protocol 🌿 | ||||||||||
Full Blockchain Solidity Course Js | 9,692 | a month ago | 56 | |||||||
Learn Blockchain, Solidity, and Full Stack Web3 Development with Javascript | ||||||||||
Ethereum Org Website | 4,367 | a day ago | 389 | mit | Markdown | |||||
Ethereum.org is a primary online resource for the Ethereum community. | ||||||||||
Lenstube | 4,182 | 18 hours ago | 34 | agpl-3.0 | TypeScript | |||||
Decentralized video-sharing social media platform, built using Lens protocol. 🌿 | ||||||||||
Lbry Desktop | 3,593 | 3 months ago | 598 | mit | JavaScript | |||||
A browser and wallet for LBRY, the decentralized, user-controlled content marketplace. | ||||||||||
App Monorepo | 1,585 | 4 days ago | 25 | apache-2.0 | TypeScript | |||||
Secure, open source and community driven crypto wallet runs on all platforms and trusted by millions. | ||||||||||
Mycrypto | 1,248 | 9 months ago | 35 | mit | TypeScript | |||||
MyCrypto is an open-source tool that allows you to manage your Ethereum accounts privately and securely. Developed by and for the community since 2015, we’re focused on building awesome products that put the power in people’s hands. | ||||||||||
Wallet Adapter | 1,144 | 8 days ago | 27 | apache-2.0 | TypeScript | |||||
Modular TypeScript wallet adapters and components for Solana applications. | ||||||||||
Blockstack Browser | 1,129 | a year ago | n,ull | mpl-2.0 | JavaScript | |||||
The Blockstack Browser | ||||||||||
Hicetnunc | 800 | 7 months ago | 141 | other | JavaScript | |||||
hicetnunc UI/UX |
This codebase goes along with the tutorial The Complete Guide to Full Stack Ethereum Development
The video course for this codebase is located here
To deploy this project to Gitpod, click this button:
Once the setup is complete, import the rpc endpoing running on Gitpod into your wallet as a custom RPC.
For instance, your RPC enpoint will probably look something like this:
https://8545-sapphire-pigeon-uiroo9v8.ws-eu18.gitpod.io/
The ChainID should be 1337, and you may need to delete a localhost configuration if you already have that set up.
git clone https://github.com/dabit3/full-stack-ethereum.git
npm install
# or
yarn
npx hardhat node
npx hardhat run scripts/deploy.js --network localhost
Update src/App.js with the values of your contract addresses (greeterAddress
and tokenAddress
)
Run the app
npm start