Skip to content

Commit

Permalink
CSPR.cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
zie1ony committed Jun 17, 2024
1 parent 9f2823a commit 14cad87
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea
.DS_Store
7 changes: 7 additions & 0 deletions docusaurus/docs/backends/04-livenet.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,15 @@ ODRA_CASPER_LIVENET_CHAIN_NAME=integration-test
# Main secret key will be 0th account.
ODRA_CASPER_LIVENET_KEY_1=.keys/secret_key_1.pem
ODRA_CASPER_LIVENET_KEY_2=.keys/secret_key_2.pem
# If using CSPR.cloud, you can set the auth token here.
# CSPR_CLOUD_AUTH_TOKEN=
```

:::note
CSPR.cloud is a service that provides mainnet and testnet Casper nodes on demand.
:::

With the proper value in place, we can write our tests or deploy scenarios. In the examples, we can find
a simple binary that deploys a contract and calls it. The test is located in the [erc20_on_livenet.rs] file.
Let's go through the code:
Expand Down

0 comments on commit 14cad87

Please sign in to comment.