Skip to content

Commit

Permalink
Merge pull request #277 from okp4/docs/fix-cognitarium-examples
Browse files Browse the repository at this point in the history
docs(cognitarium): fix some commands referenced in examples
  • Loading branch information
amimart authored Jul 6, 2023
2 parents 4309e41 + bb0631d commit e96c1cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/okp4-cognitarium/examples/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Let's try to insert the [sample data](../sample-data.rdf.xml):
```bash
okp4d tx wasm execute $CONTRACT_ADDR \
--from $ADDR \
--gas 1000000 \
'{\"insert_data\":{\"format\":\"rdf_xml\",\"data\":\"$(cat ./sample-data.rdf.xml | base64)\"}}'
--gas 20000000 \
"{\"insert_data\":{\"format\":\"rdf_xml\",\"data\":\"$(cat ./sample-data.rdf.xml | base64)\"}}"
```

With the transaction hash we can query the number of triples inserted:
Expand Down

0 comments on commit e96c1cd

Please sign in to comment.