https://docs.txpipe.io/tx3/integration/rust
-
default url for trp endpoint is incorrect (works at http://localhost:8164/ for devnet)
-
documentation is not explicit about the need to run trix devnet before the test
-
the addresses in the test code don't match the addresses created in devnet
-
documentation is not explicit about how to check the addresses in devnet
-
guide is not clear about the need to create the test file inside gen/rust
"Now, we can create a new file called src/bin/test.rs in the same folder (or any other folder)..."
-
the test.rs includes a quantity argument that gives an error about type
required to change "quantity: 100000000," to "quantity: ArgValue::Int(100000000),"
https://docs.txpipe.io/tx3/integration/rust
default url for trp endpoint is incorrect (works at http://localhost:8164/ for devnet)
documentation is not explicit about the need to run trix devnet before the test
the addresses in the test code don't match the addresses created in devnet
documentation is not explicit about how to check the addresses in devnet
guide is not clear about the need to create the test file inside gen/rust
"Now, we can create a new file called src/bin/test.rs in the same folder (or any other folder)..."
the test.rs includes a quantity argument that gives an error about type
required to change "quantity: 100000000," to "quantity: ArgValue::Int(100000000),"