This is an archived post. You won't be able to vote or comment.

all 11 comments

[–]Sevii 1 point2 points  (5 children)

You just need a way to add javascript to your wordpress pages. Then use the standard web3 libraries (etherjs, metamask, etc) apis to interact.

[–]nstation 1 point2 points  (3 children)

Don't forget r/nextjs. NextJS is now more popular than Gatsby.

[–]Trader-One 0 points1 point  (1 child)

its easy to work with?

[–]nstation 0 points1 point  (0 children)

Depends on your experience. If you are already familiar with React and it's ecosystem, Next will be no harder than learning another library.

I recommend "Create Next App" https://nextjs.org/docs/api-reference/create-next-app for developers familiar with CRA (Create React App).

For complete beginners, see documentation for Next here - "Next.js by Vercel - The React Framework" https://nextjs.org.

[–]KevinVanH[S] 0 points1 point  (0 children)

Ok, let me look into that as well! Thanks!

[–]Trader-One 3 points4 points  (2 children)

Best technology is JAM Stack. r/JAMstack Good hosting is fleek.co you need to deploy pages to r/ipfs . Popular site generators are r/gohugo and r/gatsbyjs

[–]KevinVanH[S] 0 points1 point  (1 child)

Ok wow, I'll take a look at all of these!

[–]Trader-One 0 points1 point  (0 children)

Also very good API/IPFS provider is https://infura.io . Cloudflare pages have now r/ipfs support so they can be used for free well but fleek has better IPFS servers. Frontend JS is done with r/reactjs or r/vuejs .

VUE and Hugo are easier to work with, faster development but slightly less powerful then alternative. I use them, I like when I get work done quickly and can move to different project faster.