You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
contract HellowWorldContract is ThirdwebContract {
31
-
// your contract code
32
-
}
33
-
34
-
```
35
-
36
-
By extending `ThirdwebContract` you can use the [thirdeb cli](https://github.com/thirdweb-dev/thirdweb-cli) to publish, deploy and manage your contracts on your [thirdweb dashboard](https://thirdweb.com/dashboard).
0 commit comments