You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add doc store
* feat: add index
* test: add index test case
* fix: update the error report
* feat: upgrade version
* fix: revert the key and case
* feat: add delete event db
* fix: revert evm key
* fix: fix the meta and reconnect bug
* feat: update docker release cd
* feat: update the readme
-e ADMIN_ADDR=0xF78c...29679 \ # use your own wallet address
33
33
-it ghcr.io/dbpunk-labs/db3:latest
34
34
```
35
+
35
36
you should see the following output
36
37
```
37
38
start store node...
@@ -41,19 +42,18 @@ start ar testnet ...
41
42
10000000000000Start the local db3 nodes successfully
42
43
The storage node url: http://127.0.0.1:26619
43
44
The index node url: http://127.0.0.1:26639
44
-
The console node url: http://127.0.0.1:26629/console
45
-
The setup url: http://127.0.0.1:26629/welcome
45
+
The console url: http://127.0.0.1:26629
46
46
```
47
47
48
48
**2. Setup the node**
49
49
50
-
* open the `http://127.0.0.1:26629/welcome` to setup your node
51
-
* open the `http://127.0.0.1:26629/console/database` to create database or collection
52
-
* open the `http://127.0.0.1:26629/console/node/dashboard` to vist the dashboard
50
+
* open the `http://127.0.0.1:26629/` to setup your node for the first time
51
+
* open the `http://127.0.0.1:26629/database` to create database or collection
52
+
* open the `http://127.0.0.1:26629/node/dashboard` to vist the dashboard
53
53
54
54
**3. Playground**
55
55
56
-
open the `http://127.0.0.1:26629/console/database` to create database or collection, then use the playgound`http://127.0.0.1:26629/console/database/playground` with the following code
56
+
open the `http://127.0.0.1:26629/database` to create database or collection, then go the playgound
0 commit comments