While completing the “Ethereum Smart Contracts, Tokens and Dapps” chapter on Udacity "Blockchain Developer" class, I had to make a few changes to the boilerplate code that is given for the Decentralized Star Notary Service Project, and I’ll provide the steps on this thread.
LEAKED: Secret DeepSeek prompts that literally turn your laptop into an ATM.
Most people are missing out on the GOLDRUSH by not knowing how to use it.
So I built DeepSeek Mastery: 500+ prompts, 9 Masterclasses, including a complete step-by-step guide for beginners.
FREE for 24 hrs then priced!
Simply, 1. RT 2. Like 3. Reply "DS" and Follow me and I'll send you a DM.
(1/14) First off, I'm a researchooor not a threadooor so here's a list of some of the most interesting early-stage projects I've come across recently and a quick TLDR on what they plan on doing. 90% of them haven't launched their product or released a token yet.
🧵👇
Happy that I just completed Udacity Blockchain Developer Nanodegree chapter on Ethereum Smart Contracts, Tokens and Dapps by submitting a completed Decentralized Star Notary Service project. I've published all my code here: https://t.co/N7BUJFQux1
Let's hope it turns out to be a bug... There is a lot of confidence on L2s to address scale and privacy for Ethereum, especially with L2s implementing Rollups (e.g. StarkWare). It's indeed very hard to get magnitudes of higher performance even with Rollups.
In 2022, crypto will go even lower. 2023 will be mostly flat to down, until indifference 🥱 sets in, signaling a long-awaited spring thaw (explained below). Crypto macro will improve in the 2nd half of 2023. My reasoning: /2
13) Run the application by issuing "npm run dev" command, open a new browser window to the URL of the webpack-dev-server shown on the terminal, and use the app to create a star. The rest of the functionality needs to be implemented by you to pass the project exam.
While completing the “Ethereum Smart Contracts, Tokens and Dapps” chapter on Udacity "Blockchain Developer" class, I had to make a few changes to the boilerplate code that is given for the Decentralized Star Notary Service Project, and I’ll provide the steps on this thread.
12) Get a clean frontend by running the following commands on a separate terminal window:
"cd app", "rm -rf node_modules", "npm cache clean --force", "rm package-lock.json", "npm init", and finally "npm install".