We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5517f9c commit ce45b47Copy full SHA for ce45b47
1 file changed
README.md
@@ -28,6 +28,8 @@ What init does:
28
Environment:
29
- Create `NEXT_PUBLIC_API_KEY` in your env. The library uses `TrustlessWorkProvider` with `development` base URL by default.
30
31
+Tutorial at <a href="https://dapp.trustlesswork.com" target="_blank">backoffice's landing</a>
32
+
33
## Quick Start
34
35
1. Initialize
@@ -157,6 +159,9 @@ export function DeployButton({ address }: { address: string }) {
157
159
In order to see all of them, just run this script:
158
160
161
```shell
162
163
+npx trustless-work list
164
165
# Scaffold top-level groups
166
npx trustless-work add providers
167
npx trustless-work add wallet-kit
0 commit comments