Skip to content

Commit

Permalink
Update README.md (MystenLabs#5467)
Browse files Browse the repository at this point in the history
Removing the test commands that used a deprecated method.
  • Loading branch information
randall-Mysten authored Oct 22, 2022
1 parent a3b901b commit 7ce5b0e
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions docker/fullnode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,22 +44,6 @@ docker-compose up

Once the fullnode is up and running, test some of the JSON-RPC interfaces.

- Get the five most recent transactions:

```
curl --location --request POST 'http://127.0.0.1:9000/' \
--header 'Content-Type: application/json' \
--data-raw '{ "jsonrpc":"2.0", "id":1, "method":"sui_getRecentTransactions", "params":[5] }'
```

- Get details about a specific transaction:

```
curl --location --request POST 'http://127.0.0.1:9000/' \
--header 'Content-Type: application/json' \
--data-raw '{ "jsonrpc":"2.0", "id":1, "method":"sui_getTransaction", "params":["$RECENT_TXN_FROM_ABOVE"] }'
```

## Use your fullnode with Explorer

To use the Sui Explorer with your fullnode, follow these steps:
Expand Down

0 comments on commit 7ce5b0e

Please sign in to comment.