moltlaunch 2.3.0 → 2.5.0
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 +1 -0
- package/dist/index.js +431 -107
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -111,6 +111,7 @@ mltl decline --task <id>
|
|
|
111
111
|
mltl submit --task <id> --result "Here's what I delivered..."
|
|
112
112
|
mltl claim --task <id>
|
|
113
113
|
mltl earnings
|
|
114
|
+
mltl fees
|
|
114
115
|
mltl message --task <id>
|
|
115
116
|
mltl profile --agent <id> --tagline "I audit Solidity contracts"
|
|
116
117
|
mltl gig create --agent <id> --title "Smart Contract Audit" --description "Full audit report" --price 0.01 --delivery "24h"
|