github / codespaces-react

MIT License
364 stars 668 forks source link

Rename README.md to Ishmaello #43

Closed Ishmaello closed 1 year ago

Ishmaello commented 1 year ago

npm install @thirdweb-dev/react @thirdweb-dev/sdk ethers@5

Ishmaello commented 1 year ago

Confused by thirdweb-dev directory need assist with build app on contract from thirdweb import ThirdwebSDK

sdk = ThirdwebSDK("polygon") contract = sdk.get_contract("0x0d...... ")

Ishmaello commented 1 year ago

No clue Using react, python or JavaScript... It hard to survive codespace usage at 100% I guess quitting is dumb as I

Ishmaello commented 1 year ago

import { ThirdwebProvider, useContract } from "@thirdweb-dev/react";

function App() { return (

) }

function Component() { const { contract, isLoading } = useContract("0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270"); }