@better-sol/cli 0.1.0-alpha.7 → 0.1.0-alpha.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/index.js +2739 -2723
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -99,10 +99,10 @@ npx @better-sol/cli@alpha generate db
|
|
|
99
99
|
Save your compiler API key.
|
|
100
100
|
|
|
101
101
|
```bash
|
|
102
|
-
npx @better-sol/cli@alpha login
|
|
102
|
+
npx @better-sol/cli@alpha login <api-key>
|
|
103
103
|
```
|
|
104
104
|
|
|
105
|
-
Saves your key to `.better-sol/auth.json`.
|
|
105
|
+
Get an API key at https://better-sol.fun/dash. Saves your key to `.better-sol/auth.json`. Because Better Sol is still experimental, compiler usage is rate limited: without a key you get 20 compiles per hour, and with a key you get 100 per hour.
|
|
106
106
|
|
|
107
107
|
### `verify`
|
|
108
108
|
|