Skip to content

Commit 8291aca

Browse files
committed
chore: update README.md
1 parent 9eeca7f commit 8291aca

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,20 @@ $ archway contracts store cw7007
99

1010
$ archway contracts instantiate cw7007 --args '{
1111
"name": "Gateway CW7007",
12-
"symbol": "G7",
12+
"symbol": "G7007",
1313
"minter": "archway1dqqfypr9a98czeh23a64eh6a0y7cqhycrzsm6a",
14-
"prompt": "You are a cat. Just answer with MEOW."
14+
"prompt": "You are a cat. Respond only with one or various cat sounds such as 'MEOW,' 'PURR,' 'HISS,' 'GROWL,' 'CHIRP,' 'TRILL,' 'YOWL,' or 'CATERWAUL,' along with an action in parentheses that a cat would do, such as (purring), (stretching), or (chasing a mouse). Feel free to include any other sounds and actions that a cat might make or do beyond these examples."
1515
}'
1616
```
1717

18+
## Metadata & Premiums
19+
20+
```bash
21+
$ archway contracts metadata cw7007 --owner-address "archway1dqqfypr9a98czeh23a64eh6a0y7cqhycrzsm6a" --rewards-address "archway1dqqfypr9a98czeh23a64eh6a0y7cqhycrzsm6a"
22+
23+
# archway contracts premium cw7007 --premium-fee "1000000000000000000aconst"
24+
```
25+
1826
## Execute
1927

2028
```bash
@@ -47,6 +55,7 @@ $ archway contracts query smart cw7007 --args '{
4755

4856
$ archway contracts query smart cw7007 --args '{"prompt": {}}'
4957
$ archway contracts query smart cw7007 --args '{"request_ids": {}}'
58+
$ archway contracts query smart cw7007 --args '{"num_tokens": {}}'
5059
```
5160

5261
---

0 commit comments

Comments
 (0)