thirdweb
  • Homepage ↗
  • Guides
  • Case Studies
  • Changelog
  • Docs ↗
  • YouTube ↗

Dashboard

A collection of 3 posts

Deploy on hardhat localhost node using thirdweb dashboard

Configure Hardhat with 1337 chain id You can configure the chain ID by setting the networks.hardhat.chainId in hardhat.config file as shown below: // ... module.exports = { solidity: "0.8.17", networks: { hardhat: { chainId: 1337, // <--- }, }, }; Configure network in thirdweb dashboard and MetaMask Start the hardhat node
14 Aug 2024
Off-Chain Data and Computation with Chainlink Functions

Off-Chain Data and Computation with Chainlink Functions

In this guide, we will use Chainlink Functions to run custom JavaScript to achieve two main outcomes: give our smart contract access to a chess API to find the top two players and their ELO ratings and subsequently compute their new ratings depending on the outcome of an upcoming match.
04 Mar 2023 9 min read
Changelog

Introducing Contract Overview

We've added a brand new contract overview page to give you a lot more insights into your contract at a quick glance. It's significantly easier to start building with the help of our relevant guides and relevant templates. Also, you can see your latest events, share
02 Feb 2023
Page 1 of 1
thirdweb © 2025
Powered by Ghost