@avaprotocol/sdk-js 1.2.1-dev.0 → 1.2.1-dev.3
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 +3 -0
- package/dist/index.d.mts +438 -275
- package/dist/index.d.ts +438 -275
- package/dist/index.js +766 -305
- package/dist/index.mjs +743 -305
- package/package.json +8 -2
package/README.md
CHANGED
|
@@ -80,6 +80,9 @@ To ensure the SDK is functioning correctly, we have a comprehensive test suite.
|
|
|
80
80
|
|
|
81
81
|
```bash
|
|
82
82
|
npm run gen-apikey
|
|
83
|
+
|
|
84
|
+
# or if not using docker, run the following command in ./EigenLayer-AVS/out
|
|
85
|
+
./out/ap create-api-key --role=admin --subject=apikey
|
|
83
86
|
```
|
|
84
87
|
|
|
85
88
|
5. Run the test command with env variables set in `.env.test`.
|