All Projects → wslyvh → useWeb3

wslyvh / useWeb3

Licence: MIT license
useWeb3 provides a curated overview of the best and latest resources on Ethereum, blockchain and Web3 development.

Programming Languages

typescript
32286 projects
SCSS
7915 projects

Projects that are alternatives of or similar to useWeb3

full-blockchain-solidity-course-py
Ultimate Solidity, Blockchain, and Smart Contract - Beginner to Expert Full Course | Python Edition
Stars: ✭ 5,349 (+1545.85%)
Mutual labels:  smart-contracts, web3
Ethereum Php
PHP interface to Ethereum JSON-RPC API. Fully typed Web3 for PHP 7.X
Stars: ✭ 343 (+5.54%)
Mutual labels:  smart-contracts, web3
Solidity Idiosyncrasies
Solidity gotchas, pitfalls, limitations, and idiosyncrasies.
Stars: ✭ 267 (-17.85%)
Mutual labels:  smart-contracts, web3
blockhead
Crypto portfolio tracker, DeFi dashboard, NFT viewer and data explorer for the Ethereum/EVM-based blockchain ecosystem and the web 3.0-powered metaverse https://gitcoin.co/grants/2966/blockhead
Stars: ✭ 41 (-87.38%)
Mutual labels:  smart-contracts, web3
Web3.php
A php interface for interacting with the Ethereum blockchain and ecosystem. Native ABI parsing and smart contract interactions.
Stars: ✭ 507 (+56%)
Mutual labels:  smart-contracts, web3
go-ethutil
Ethereum utility functions for Go.
Stars: ✭ 17 (-94.77%)
Mutual labels:  smart-contracts, web3
Alpha
Follow the white rabbit 🐇
Stars: ✭ 304 (-6.46%)
Mutual labels:  smart-contracts, web3
project web3.0
This is a code repository for the corresponding video tutorial. In this video, we're going to build a Web 3.0 React Solidity Blockchain Application
Stars: ✭ 2,690 (+727.69%)
Mutual labels:  smart-contracts, web3
Web3swift
Elegant Web3js functionality in Swift. Native ABI parsing and smart contract interactions on Ethereum network.
Stars: ✭ 462 (+42.15%)
Mutual labels:  smart-contracts, web3
Eth Crypto
Cryptographic javascript-functions for ethereum and tutorials to use them with web3js and solidity
Stars: ✭ 420 (+29.23%)
Mutual labels:  smart-contracts, web3
solidity-cli
Compile solidity-code faster, easier and more reliable
Stars: ✭ 49 (-84.92%)
Mutual labels:  smart-contracts, web3
Blockchainbooks.github.io
Blockchain Books
Stars: ✭ 139 (-57.23%)
Mutual labels:  smart-contracts, web3
ape
The smart contract development tool for Pythonistas, Data Scientists, and Security Professionals
Stars: ✭ 339 (+4.31%)
Mutual labels:  smart-contracts, web3
awesome-waves
Curated list of awesome things for development on Waves blockchain.
Stars: ✭ 60 (-81.54%)
Mutual labels:  smart-contracts, web3
etherbrite
🗓 Clone eventbrite on Ethereum, built in Solidity, TruffleJS, Web3js and React/Redux.
Stars: ✭ 19 (-94.15%)
Mutual labels:  smart-contracts, web3
Web3.swift
A pure swift Ethereum Web3 library
Stars: ✭ 295 (-9.23%)
Mutual labels:  smart-contracts, web3
ether-swr
Ether-SWR is a React hook that fetches Ethereum data. It streamlines the chores to keep the internal state of the Decentralized App (DApp), batches the RPC calls to an Ethereum node and cache the responses
Stars: ✭ 125 (-61.54%)
Mutual labels:  smart-contracts, web3
typescript-eth-starter
🔌 Ethereum Dapp Basic Typescript Starter
Stars: ✭ 125 (-61.54%)
Mutual labels:  smart-contracts, web3
React Ethereum Dapp Example
A starter boilerplate for an Ethereum dapp using web3.js v1.0, truffle, react, and parity
Stars: ✭ 384 (+18.15%)
Mutual labels:  smart-contracts, web3
Eth.social
An Ethereum dApp for posting social events.
Stars: ✭ 17 (-94.77%)
Mutual labels:  smart-contracts, web3

useWeb3

useWeb3 is a learning platform for developers to explore and learn about Web3. Whether you’re a new dev getting your hands dirty for the first time, or a seasoned developer making the transition into the Web3 space.

Explore the latest resources, tutorials, challenges, tools, courses and boilerplates and start learning. Once you’re ready, browse the job board to land a job at some of the leading companies that work on core, open-source infrastructure, products, tools, frameworks, DAO's, etc.

Explore. Learn. Build.

https://www.useweb3.xyz/

 

Table of Contents

 

Getting Started

This is an example of how you can set up your project locally. To get a local copy up and running follow these simple example steps.

  1. Clone the repo
git clone with HTTPS          https://github.com/wslyvh/useWeb3.git
git clone with SSH            [email protected]:wslyvh/useWeb3.git
git clone with Github CLI     gh repo clone wslyvh/useWeb3
  1. Run the project
1. yarn install      # Installs all dependencies for this project
2. yarn dev          # Starts the project in development mode

 

Environment Variables

# You'll need to create this file in the project's root folder
Filename: .env
Variables:
    # PLAUSIBLE
    PLAUSIBLE_API_KEY=

    # Twitter
    TWITTER_CONSUMER_KEY=
    TWITTER_CONSUMER_SECRET=
    TWITTER_ACCESS_TOKEN=
    TWITTER_ACCESS_TOKEN_SECRET=

    # Airtable
    AIRTABLE_API_KEY=
    AIRTABLE_API_BASE=

Twitter Schedule

useWeb3 Schedules

  • Random daily resource: "30 15 * * *" - daily
  • Most popular (categories): "0 15 * * 0" - sunday
  • GM: "0 10 * * 1" - monday
  • Random tip: "30 16 * * 2" - tuesday
  • Latest resources: "30 14 * * 3" - wednesday
  • Latest issues: "0 13 * * 4" - thursday
  • Coolest thing you did last week: "0 14 * * 5" - friday
  • Most popular (resources): "0 15 * * 6" - saturday

Powered by

Powered by Vercel

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].