Scaffold-Stark / speedrunstark

SpeedRunStark challenges (Powered by Scaffold-Stark)
https://www.speedrunstark.com
18 stars 18 forks source link

Update ch-2: cyberpunk theme and scaffold-stark new features #89

Closed Nadai2010 closed 3 months ago

Nadai2010 commented 3 months ago

Update ch-2: cyberpunk theme and scaffold-stark new features

It has been updated according to challenge-base, and new features, the readme and the new images have been updated.

Types of change

Comments (optional)

Nadai2010 commented 3 months ago

Once reviewed and the new images are uploaded, we must change README.md to the new route that I left as a note.

https://raw.githubusercontent.com/Quantum3-Labs/speedrunstark/nadai/token-vendor-update/packages/nextjs/public/ch2-YourToken.png

by

https://raw.githubusercontent.com/Quantum3-Labs/speedrunstark/token-vendor/packages/nextjs/public/ch2-YourToken.png

Nadai2010 commented 3 months ago

What do you think @gianalarcon o @gianalarcon of this correction? We can add

  const parsedSymbol = yourTokenSymbol
    ? byteArray.stringFromByteArray(yourTokenSymbol as any)
    : "";

And then pass the {parsedSymbol] like this

 <span className="font-bold ml-1">
 {parsedSymbol}
 </span>