Skip to content

Commit 18aaf5a

Browse files
authored
chore: update references to packages across the repo (#2565)
1 parent 9543a81 commit 18aaf5a

File tree

42 files changed

+90
-91
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+90
-91
lines changed

.github/contributing.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ We use [Turborepo](https://turborepo.org/docs/getting-started) to manage the mon
2222

2323
You can see a quick outline of each of the projects within this repo below, each living within the [/packages](/packages) directory:
2424

25-
| Package | Description | Latest Version |
26-
| ------------------------------ | -------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
27-
| [/sdk](./packages/sdk) | Best in class web3 SDK for Browser, Node and Mobile apps | <a href="https://www.npmjs.com/package/@thirdweb-dev/sdk"><img src="https://img.shields.io/npm/v/@thirdweb-dev/sdk?color=red&label=npm&logo=npm" alt="npm version"/></a> |
28-
| [/react](./packages/react) | Ultimate collection of React hooks for your web3 apps | <a href="https://www.npmjs.com/package/@thirdweb-dev/react"><img src="https://img.shields.io/npm/v/@thirdweb-dev/react?color=red&label=npm&logo=npm" alt="npm version"/></a> |
29-
| [/auth](./packages/auth) | Best in class wallet authentication for Node backends | <a href="https://www.npmjs.com/package/@thirdweb-dev/auth"><img src="https://img.shields.io/npm/v/@thirdweb-dev/auth?color=red&label=npm&logo=npm" alt="npm version"/></a> |
30-
| [/storage](./packages/storage) | Best in class decentralized storage SDK for Browser and Node | <a href="https://www.npmjs.com/package/@thirdweb-dev/storage"><img src="https://img.shields.io/npm/v/@thirdweb-dev/storage?color=red&label=npm&logo=npm" alt="npm version"/></a> |
31-
| [/cli](./packages/cli) | Publish and deploy smart contracts without dealing with private keys | <a href="https://www.npmjs.com/package/thirdweb"><img src="https://img.shields.io/npm/v/thirdweb?color=red&label=npm&logo=npm" alt="npm version"/></a> |
25+
| Package | Description | Latest Version |
26+
| ------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
27+
| [/sdk](./legacy_packages/sdk) | Best in class web3 SDK for Browser, Node and Mobile apps | <a href="https://www.npmjs.com/package/@thirdweb-dev/sdk"><img src="https://img.shields.io/npm/v/@thirdweb-dev/sdk?color=red&label=npm&logo=npm" alt="npm version"/></a> |
28+
| [/react](./legacy_packages/react) | Ultimate collection of React hooks for your web3 apps | <a href="https://www.npmjs.com/package/@thirdweb-dev/react"><img src="https://img.shields.io/npm/v/@thirdweb-dev/react?color=red&label=npm&logo=npm" alt="npm version"/></a> |
29+
| [/auth](./legacy_packages/auth) | Best in class wallet authentication for Node backends | <a href="https://www.npmjs.com/package/@thirdweb-dev/auth"><img src="https://img.shields.io/npm/v/@thirdweb-dev/auth?color=red&label=npm&logo=npm" alt="npm version"/></a> |
30+
| [/storage](./legacy_packages/storage) | Best in class decentralized storage SDK for Browser and Node | <a href="https://www.npmjs.com/package/@thirdweb-dev/storage"><img src="https://img.shields.io/npm/v/@thirdweb-dev/storage?color=red&label=npm&logo=npm" alt="npm version"/></a> |
31+
| [/cli](./legacy_packages/cli) | Publish and deploy smart contracts without dealing with private keys | <a href="https://www.npmjs.com/package/thirdweb"><img src="https://img.shields.io/npm/v/thirdweb?color=red&label=npm&logo=npm" alt="npm version"/></a> |
3232

3333
## How to contribute
3434

.github/workflows/build-test-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
- name: Upload coverage reports to Codecov
121121
uses: codecov/codecov-action@v3
122122
with:
123-
files: ./packages/sdk/coverage/evm/lcov.info,./packages/thirdweb/coverage/lcov.info
123+
files: ./legacy_packages/sdk/coverage/evm/lcov.info,./packages/thirdweb/coverage/lcov.info
124124

125125
e2e:
126126
timeout-minutes: 15

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dist-ssr
1010
.cache
1111
server/dist
1212
public/dist
13-
./packages/contracts-js/abis
13+
./legacy_packages/contracts-js/abis
1414
.idea/
1515
.yalc/
1616
yalc.lock
@@ -20,4 +20,4 @@ playwright-report/
2020
.env/
2121

2222
# Artifacts
23-
packages/cli/artifacts/
23+
legacy_packages/cli/artifacts/

README.md

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<p align="center">
22
<br />
33
<a href="https://thirdweb.com">
4-
<img src="https://github.com/thirdweb-dev/js/blob/main/packages/sdk/logo.svg?raw=true" width="200" alt=""/></a>
4+
<img src="https://github.com/thirdweb-dev/js/blob/main/legacy_packages/sdk/logo.svg?raw=true" width="200" alt=""/></a>
55
<br />
66
</p>
77

@@ -19,7 +19,7 @@
1919
<p align="center"><strong>All-in-one web3 SDK for Browser, Node and Mobile apps</strong></p>
2020

2121
> [!IMPORTANT]
22-
> We rewrote the thirdweb SDK from scratch for performance! Head over to the [Beta version unified SDK](https://github.com/thirdweb-dev/js/tree/beta/packages/thirdweb).
22+
> We rewrote the thirdweb SDK from scratch for performance! Head over to the [v5 SDK](https://github.com/thirdweb-dev/js/tree/main/packages/thirdweb).
2323
2424
## Features
2525

@@ -32,7 +32,7 @@
3232
- High level contract extensions for interacting with common standards
3333
- Automatic ABI resolution
3434

35-
## Library Comparison
35+
## Library Comparison
3636

3737
| | thirdweb | Wagmi | Viem | Ethers@6 |
3838
| ----------------------------------------- | -------- | ------------------ | ------------------ | -------- |
@@ -55,31 +55,30 @@
5555

5656
## Packages
5757

58-
| Package | Description
59-
| -----------------------------------------|-----------------------------------------------------------------------------|
60-
| [/sdk](./packages/sdk) | Best in class web3 SDK for Browser, Node and Mobile apps |
61-
| [/wallets](./packages/wallets) | Unified web3 Wallet library to integrate any wallet into your applications. |
62-
| [/react](./packages/react) | Ultimate collection of React hooks for your web3 apps |
63-
| [/react-native](./packages/react-native) | Ultimate collection of React hooks for your native mobile web3 apps |
64-
| [/auth](./packages/auth) | Best in class wallet authentication for Node backends |
65-
| [/storage](./packages/storage) | Best in class decentralized storage SDK for Browser and Node |
66-
| [/cli](./packages/cli) | Publish and deploy smart contracts without dealing with private keys |
67-
| [/chains](./packages/chains) | All EVM chain information as JS objects for easy handling |
58+
| Package | Description |
59+
| ----------------------------------------------- | --------------------------------------------------------------------------- |
60+
| [/sdk](./legacy_packages/sdk) | Best in class web3 SDK for Browser, Node and Mobile apps |
61+
| [/wallets](./legacy_packages/wallets) | Unified web3 Wallet library to integrate any wallet into your applications. |
62+
| [/react](./legacy_packages/react) | Ultimate collection of React hooks for your web3 apps |
63+
| [/react-native](./legacy_packages/react-native) | Ultimate collection of React hooks for your native mobile web3 apps |
64+
| [/auth](./legacy_packages/auth) | Best in class wallet authentication for Node backends |
65+
| [/storage](./legacy_packages/storage) | Best in class decentralized storage SDK for Browser and Node |
66+
| [/cli](./legacy_packages/cli) | Publish and deploy smart contracts without dealing with private keys |
67+
| [/chains](./legacy_packages/chains) | All EVM chain information as JS objects for easy handling |
6868

6969
## Contributing
7070

71-
We welcome contributions from all developers regardless of experience level. If you are interested in contributing, please read our [Contributing Guide](.github/contributing.md) to learn how the repo works, how to test your changes, and how to submit a pull request.
71+
We welcome contributions from all developers regardless of experience level. If you are interested in contributing, please read our [Contributing Guide](.github/contributing.md) to learn how the repo works, how to test your changes, and how to submit a pull request.
7272

73-
See our [open source page](https://thirdweb.com/open-source) for more information on our open-source bounties and program.
73+
See our [open source page](https://thirdweb.com/open-source) for more information on our open-source bounties and program.
7474

7575
## Additional Resources
7676

7777
- [SDK Documentation](https://portal.thirdweb.com/typescript/v5)
7878
- [Templates](https://thirdweb.com/templates)
7979
- [YouTube](https://www.youtube.com/c/thirdweb_)
8080

81-
82-
## Support
81+
## Support
8382

8483
For help or feedback, please [visit our support site](https://thirdweb.com/support)
8584

legacy_packages/auth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<br />
3-
<a href="https://thirdweb.com"><img src="https://github.com/thirdweb-dev/js/blob/main/packages/sdk/logo.svg?raw=true" width="200" alt=""/></a>
3+
<a href="https://thirdweb.com"><img src="https://github.com/thirdweb-dev/js/blob/main/legacy_packages/sdk/logo.svg?raw=true" width="200" alt=""/></a>
44
<br />
55
</p>
66
<h1 align="center">thirdweb Auth</h1>

legacy_packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"./package.json": "./package.json"
5353
},
54-
"repository": "https://github.com/thirdweb-dev/js/tree/main/packages/auth",
54+
"repository": "https://github.com/thirdweb-dev/js/tree/main/legacy_packages/auth",
5555
"author": "thirdweb eng <eng@thirdweb.com>",
5656
"license": "Apache-2.0",
5757
"sideEffects": false,

legacy_packages/chains/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<br />
3-
<a href="https://thirdweb.com"><img src="https://github.com/thirdweb-dev/js/blob/main/packages/sdk/logo.svg?raw=true" width="200" alt=""/></a>
3+
<a href="https://thirdweb.com"><img src="https://github.com/thirdweb-dev/js/blob/main/legacy_packages/sdk/logo.svg?raw=true" width="200" alt=""/></a>
44
<br />
55
</p>
66
<h1 align="center">thirdweb chains</h1>

legacy_packages/cli/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<br />
3-
<a href="https://thirdweb.com"><img src="https://github.com/thirdweb-dev/js/blob/main/packages/sdk/logo.svg?raw=true" width="200" alt=""/></a>
3+
<a href="https://thirdweb.com"><img src="https://github.com/thirdweb-dev/js/blob/main/legacy_packages/sdk/logo.svg?raw=true" width="200" alt=""/></a>
44
<br />
55
</p>
66
<h1 align="center">thirdweb CLI</h1>
@@ -114,7 +114,7 @@ git clone https://github.com/thirdweb-dev/js.git
114114
pnpm i && pnpm build
115115
```
116116

117-
3. From inside `js/packages/cli` Run the `build:watch` command to compile any changes in real time
117+
3. From inside `js/legacy_packages/cli` Run the `build:watch` command to compile any changes in real time
118118

119119
```bash
120120
$ npm install -g ./

legacy_packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@thirdweb-dev/cli",
33
"main": "dist/cli/index.js",
44
"version": "0.13.56",
5-
"repository": "https://github.com/thirdweb-dev/js/tree/main/packages/cli",
5+
"repository": "https://github.com/thirdweb-dev/js/tree/main/legacy_packages/cli",
66
"author": "thirdweb eng <eng@thirdweb.com>",
77
"license": "Apache-2.0",
88
"engines": {

legacy_packages/contracts-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@
423423
"./dist/abis/ContractMetadataImpl.json": "./dist/abis/ContractMetadataImpl.json"
424424
},
425425
"license": "Apache-2.0",
426-
"repository": "https://github.com/thirdweb-dev/js/tree/main/packages/contracts-js",
426+
"repository": "https://github.com/thirdweb-dev/js/tree/main/legacy_packages/contracts-js",
427427
"dependencies": {
428428
"@thirdweb-dev/contracts": "3.12.1"
429429
},

0 commit comments

Comments
 (0)