Skip to content

Commit

Permalink
fix readme to add more content
Browse files Browse the repository at this point in the history
  • Loading branch information
laalaguer committed Feb 4, 2021
1 parent 8b15f1a commit b8dc0cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ from thor_devkit import cry, transaction

# See: https://docs.vechain.org/thor/learn/transaction-model.html#model
body = {
"chainTag": 1, # See: https://docs.vechain.org/others/#network-identifier
"chainTag": int('0x4a', 16), # 0x4a/0x27/0xa4 See: https://docs.vechain.org/others/miscellaneous.html#network-identifier
"blockRef": '0x00000000aabbccdd',
"expiration": 32,
"clauses": [
Expand Down Expand Up @@ -506,7 +506,7 @@ r = ee.decode(
└── transaction.py
```

## Development
## Local Development
```bash
mkdir .env && python3 -m venv .env # Make virtualenv

Expand Down

0 comments on commit b8dc0cb

Please sign in to comment.