Skip to content

Commit ce45b47

Browse files
committed
docs: add tutorial link and command usage to README for Trustless Work
1 parent 5517f9c commit ce45b47

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ What init does:
2828
Environment:
2929
- Create `NEXT_PUBLIC_API_KEY` in your env. The library uses `TrustlessWorkProvider` with `development` base URL by default.
3030

31+
Tutorial at <a href="https://dapp.trustlesswork.com" target="_blank">backoffice's landing</a>
32+
3133
## Quick Start
3234

3335
1. Initialize
@@ -157,6 +159,9 @@ export function DeployButton({ address }: { address: string }) {
157159
In order to see all of them, just run this script:
158160

159161
```shell
162+
163+
npx trustless-work list
164+
160165
# Scaffold top-level groups
161166
npx trustless-work add providers
162167
npx trustless-work add wallet-kit

0 commit comments

Comments
 (0)