Best of Web3March 2022

  1. 1
    Article
    Avatar of hashnodeHashnode·4y

    CSS Tricks to Create that Dark Futuristic Web3 Look

    The Graph, ARCx Money, Buildspace, Rabbithole, Sushi Swap, and Rare Blocks all have some common designs that achieve this look. Here are some simple styles you can add to your app:Gradient Glowing effect Bright and white text over a dark background Semi transparent backgrounds A quick and easy transition on hover.

  2. 2
    Article
    Avatar of gcgitconnected·4y

    Amazing Free Resources to Learn Web3 for Developers

    Web3 is super popular right now. Jack Dorsey and Elon Musk talked about it before and Marc Andreessen blocked Jack on Twitter. Probably, it’s a good time to start learning web3. In this post, I’ll introduce great free resources to you.

  3. 3
    Article
    Avatar of hnHacker News·4y

    Web3 is centralized (and inefficient!)

    Web3 platforms are in fact centralized, just as Web2 was. Web3 firms are for-profit businesses, and so are the VC firms backing them. You can easily run Nextcloud from your old PC instead of subscribing to Dropbox, but you can’t easily host a “dApp” on your MacBook instead of the public blockchain.

  4. 4
    Article
    Avatar of hashnode_web3Hashnode Web3·4y

    What is Web3.js - An Introduction Into the Web3.js Libraries

    Web3.js is a collection of libraries that allow you to interact with a local or remote Ethereum node using HTTP, IPC, or WebSocket. It allows you to send ether from one account to another, read and write data from smart contracts, and so much more. The main difference between ethers.js and web3.JS is how they handle key management and interaction with the Ethereum blockchain.

  5. 5
    Article
    Avatar of css-irlCSS {IRL}·4y

    The Web Doesn’t Have Version Numbers

    Hidde de Vries explains why we should be cautious about the misleading term ‘web3’ There is plenty of exciting innovation happening on the web platform itself that have nothing to do with the blockchain. For most web development roles, specialist knowledge of this area is completely unnecessary.

  6. 6
    Article
    Avatar of hashnode_web3Hashnode Web3·4y

    How to Build a Web3 Login with Web3.js Library

    Authenticating a user in web3 only requires the user to connect to their crypto wallet on their web3 platforms, such as OpenSea. This article demonstrates how to add web3 login authentication to your website using the Web3.js library. The fastest way to add Web3js into your project is by including the Web 3.js CDN in your project HTML file.