Skip to content

Commit 0590c35

Browse files
Update README.md
1 parent 444bdbd commit 0590c35

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

README.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<a href="https://thirdweb.com"><img src="https://github.com/thirdweb-dev/typescript-sdk/blob/main/logo.svg?raw=true" width="200" alt=""/></a>
44
<br />
55
</p>
6-
<h1 align="center">Thirdweb Contracts</h1>
6+
<h1 align="center">thirdweb Contracts</h1>
77
<p align="center">
88
<a href="https://www.npmjs.com/package/@thirdweb-dev/contracts"><img src="https://img.shields.io/npm/v/@thirdweb-dev/contracts?color=red&logo=npm" alt="npm version"/></a>
99
<a href="https://github.com/thirdweb-dev/contracts/actions"><img alt="Build Status" src="https://github.com/thirdweb-dev/contracts/actions/workflows/tests.yml/badge.svg"/></a>
@@ -19,22 +19,6 @@
1919
npm i @thirdweb-dev/contracts
2020
```
2121

22-
## Usage
23-
24-
```solidity
25-
// SPDX-License-Identifier: MIT
26-
pragma solidity ^0.8.4;
27-
28-
import "@thirdweb-dev/contracts/ThirdwebContract.sol";
29-
30-
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).
37-
3822
## Deployed addresses
3923

4024
### Production

0 commit comments

Comments
 (0)