-
-{% capture curl %}
-```bash
-curl -X "POST" "https://test.ipdb.io/api/v1/transactions/" \
- -d $'{ message: "Blockchain all the things!" }'
-```
-{% endcapture %}{{ curl | markdownify }}
-
-
-
+
{% capture python %}
```python
from bigchaindb_driver import BigchainDB