Skip to content

Commit 9c843f9

Browse files
authored
Merge pull request #2 from Jonathan-Eid/main
Added Theta Edge Node CDK
2 parents e3a89b1 + 5d42295 commit 9c843f9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

lib/theta/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ npm install
118118
```
119119
120120
121-
122121
### Single RPC Edge Node
123122
124123
1. Deploy the stack
@@ -156,6 +155,7 @@ Alternatively, you can manually check. Run the following query from within a Ses
156155
}
157156
```
158157
158+
159159
3. Once the startup is done, you should be able to access the RPC API of that node from within the same VPC. The RPC port is not exposed to the Internet.
160160
161161

website/docs/Blueprints/Theta.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
sidebar_position: 6
3+
sidebar_label: Theta
4+
---
5+
#
6+
7+
import Readme from '../../../lib/theta/README.md';
8+
9+
<Readme />

0 commit comments

Comments
 (0)