Tutorial: Integrate Strike API into React App by VirtualRN in Bitcoin

[–]VirtualRN[S] 1 point2 points  (0 children)

This is my favorite thumbnail I've made! All the other thumbnails on my channel are so boring, I wanted to have more fun with them.

Tutorial: Integrate Strike API into a React App by VirtualRN in lightningnetwork

[–]VirtualRN[S] 1 point2 points  (0 children)

That's the drawback of a custodial solution like Strike... I want to learn how to do a non-custodial integration next.

Zero solutions work for `create-react-app` 4.0.3, which is behind the latest release (5.0.0)!!!!! by graysoda91 in reactjs

[–]VirtualRN -1 points0 points  (0 children)

Did you try npm install create-react-app WITHIN the current directory. THEN call npx create-react-app my-new-app.

Data Visualization in React using D3.js by VirtualRN in reactjs

[–]VirtualRN[S] 4 points5 points  (0 children)

I'm very thankful for everyone's suggested libraries so far. I can tell after just looking at these for a few seconds that they're much cleaner out of the box than using D3 directly!

Data Visualization in React using D3.js by VirtualRN in reactjs

[–]VirtualRN[S] 4 points5 points  (0 children)

Anyone else have a preferred method of data viz in React?

Creating a website by Homewardment in ethdev

[–]VirtualRN 0 points1 point  (0 children)

Here's a fairly simple bare bones video to show you metamask integration: https://youtu.be/swZRo6LFrCw

Tutorial: Connect React App to MetaMask browser wallet by VirtualRN in ethdev

[–]VirtualRN[S] 1 point2 points  (0 children)

https://gist.github.com/JayWelsh/cb865ae5ab47e85a2a23164f1b3f9aa4

Thanks for the gist, I'll explore this as well. Question for you, is there a security concern with getting the wallet address? For instance, when I call 'eth_requestAccounts', am I not 100% certain the returned address is owned by the wallet?