We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6efd6d5 commit fd56d9fCopy full SHA for fd56d9f
README.md
@@ -198,13 +198,6 @@ This project uses Maven.
198
~$ mvn package
199
```
200
201
-**To run the example project**
202
-Use the following command in the examples directory, be sure to update your algod network address and the API token
203
-parameters (see examples/README for more information):
204
-```
205
-~$ mvn exec:java -Dexec.mainClass="com.algorand.algosdk.example.Main" -Dexec.args="127.0.0.1:8080 ***X-Algo-API-Token***"
206
207
-
208
### **To test**
209
We are using separate version targets for production and testing to allow using JUnit5 for tests. Some IDEs, like IDEA
210
do not support this very well. To workaround the issue a special `ide` profile should be enabled if your IDE does not
0 commit comments