Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
6bec948
readme command update
evanorti May 9, 2025
9969858
Update custom-components.mdx
evanorti May 9, 2025
92c9d64
docs-planning
evanorti May 9, 2025
e6bf2c6
Update variables.mdx
evanorti May 9, 2025
ca0760b
Update triggers.mdx
evanorti May 12, 2025
d35b20c
Update triggers.mdx
evanorti May 12, 2025
49e3b15
Update workflows.mdx
evanorti May 12, 2025
4857996
Merge branch 'main' into docs-0.4
evanorti May 12, 2025
4285525
Update workflows.mdx
evanorti May 13, 2025
f41ca0d
Update triggers.mdx
evanorti May 13, 2025
8b02b82
re-order component docs
evanorti May 14, 2025
408cf4c
Update component.mdx
evanorti May 14, 2025
14fa24f
Update component.mdx
evanorti May 14, 2025
a9d7f05
Merge branch 'main' into docs-0.4
evanorti May 15, 2025
65e62fb
Merge branch 'main' into docs-0.4
evanorti May 16, 2025
f7caede
Create cursor-rules.mdc
evanorti May 16, 2025
f128a3b
update handbook
evanorti May 16, 2025
10cde89
Update utilities.mdx
evanorti May 16, 2025
b87aa5d
Update component.mdx
evanorti May 16, 2025
79ea154
Update commands.mdx
evanorti May 16, 2025
df5170a
Update utilities.mdx
evanorti May 16, 2025
c9de9a8
Update service.mdx
evanorti May 16, 2025
e767513
Update variables.mdx
evanorti May 19, 2025
43528ef
Update utilities.mdx
evanorti May 19, 2025
6468e50
Update component.mdx
evanorti May 19, 2025
8e8a2e8
update docs
evanorti May 19, 2025
2a4be43
update docs
evanorti May 19, 2025
469f4a7
Update triggers.mdx
evanorti May 20, 2025
b472417
Merge branch 'main' into docs-0.4
evanorti May 20, 2025
fe7f990
Update component.mdx
evanorti May 20, 2025
271f3c8
Update service.mdx
evanorti May 20, 2025
63c2981
Update triggers.mdx
evanorti May 20, 2025
862c108
Update workflows.mdx
evanorti May 20, 2025
f63a6cd
Update submission.mdx
evanorti May 20, 2025
791e166
Update submission.mdx
evanorti May 20, 2025
909475d
Update component.mdx
evanorti May 20, 2025
415ad85
Update custom-components.mdx
evanorti May 20, 2025
8e26984
update docs
evanorti May 20, 2025
d181eba
update docs
evanorti May 21, 2025
1a7f0e1
update docs
evanorti May 21, 2025
51ebf27
update
evanorti May 21, 2025
2726f52
Update component.mdx
evanorti May 21, 2025
d89b421
Update component.mdx
evanorti May 21, 2025
847fec1
Update design.mdx
evanorti May 21, 2025
905e415
Update submission.mdx
evanorti May 21, 2025
bb7ddf9
add docs page descriptions
evanorti May 21, 2025
2741913
Create llms.mdx
evanorti May 21, 2025
ea92554
update docs
evanorti May 22, 2025
a26b20f
update copy
evanorti May 23, 2025
df95117
Delete llms.mdx
evanorti May 23, 2025
26c89b3
Merge branch 'main' into docs-0.4
reecepbcups May 26, 2025
8581d17
fix: nft interaction example (from wavs-art)
reecepbcups May 26, 2025
6121fe6
pass through 1: components/ cleanup + content
reecepbcups May 26, 2025
a5e114f
pass 2
reecepbcups May 26, 2025
bc0411c
remove .cursor/rules/cursor-rules.mdc (out of scope)
reecepbcups May 26, 2025
593e62f
pass 3: ver bumps, how to generate manifest, verify content, rm utili…
reecepbcups May 26, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,12 @@ cp .env.example .env
# Create new operator
cast wallet new-mnemonic --json > .docker/operator1.json
export OPERATOR_MNEMONIC=`cat .docker/operator1.json | jq -r .mnemonic`
export OPERATOR_PK=`cat .docker/operator1.json | jq -r .accounts[0].private_key`
export OPERATOR_PK=`cat .docker/operator1.json | jq -r '.accounts[0].private_key'`

make start-all
```

Wait for full local deployment to be ready
Open a new terminal and wait for full local deployment to be ready

```bash docci-delay-after=2
while [ ! -f .docker/start.log ]; do echo "waiting for start.log" && sleep 1; done
Expand Down
326 changes: 0 additions & 326 deletions docs/custom-components.mdx

This file was deleted.

Loading
Loading