Skip to content

Commit

Permalink
Added instructions to make server startup separate from other files
Browse files Browse the repository at this point in the history
  • Loading branch information
katieclay committed Oct 22, 2024
1 parent 05a77a8 commit 2a2473d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitbook/contents/hc/3_server-setup.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Set Up a Server

For any smart contract, with or without an off-chain handler, the next step is to set up a server to run it. In this example, we will create a simple `JSON-RPC` server using the Hybrid Compute SDK:
For any smart contract, with or without an off-chain handler, the next step is to set up a server to run it. In this example, we will create a simple `JSON-RPC` server using the Hybrid Compute SDK. Create a new file and add these lines to it:

```python
sdk = HybridComputeSDK()
Expand Down

0 comments on commit 2a2473d

Please sign in to comment.