Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update blog #897

Merged
merged 1 commit into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
5 changes: 0 additions & 5 deletions blog/2024-10-09-push-cartesi-blog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ Inside graphql/config.js, update the endpoint with the graphql route of your no

```
endpoint: 'http://localhost:8080/graphql'

```

**Add private key**
Expand All @@ -99,21 +98,18 @@ From inside your cron-job folder, use the following input:

```
npm start

```

Then, you can start the simple-node DApp inside its directory with the below command:

```
cartesi build

```

To fully initiate testing, follow the above up with the below:

```
cartesi run

```

**Send test inputs**
Expand All @@ -122,7 +118,6 @@ On another terminal window, type:

```
cartesi send generic

```

Then, send a string encoding as follows:
Expand Down
Loading
Loading