You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jl777
33fbb35f0c
|
9 years ago | |
---|---|---|
InstantDEX | 9 years ago | |
LEGAL | 9 years ago | |
SuperNET | 9 years ago | |
agents | 9 years ago | |
confs | 9 years ago | |
crypto777 | 9 years ago | |
css | 9 years ago | |
deprecated | 9 years ago | |
iguana | 9 years ago | |
includes | 9 years ago | |
js | 9 years ago | |
libs | 9 years ago | |
nanomsg | 9 years ago | |
pangea | 9 years ago | |
peggy | 9 years ago | |
prices | 9 years ago | |
tools | 9 years ago | |
tradebots | 9 years ago | |
.gitignore | 9 years ago | |
README.md | 9 years ago | |
index.html | 9 years ago | |
m_clean | 9 years ago | |
m_onetime | 9 years ago | |
m_osx | 9 years ago | |
m_unix | 9 years ago | |
m_win32 | 9 years ago | |
m_win64 | 9 years ago | |
old | 9 years ago | |
pnacl_main.h | 9 years ago |
README.md
iguana is easy to build. just make sure you have the dev versions of openssl and curl installed
gcc -O2 -o iguana .c InstantDEX/.c -lssl -lcrypto -lpthread -lcurl -lm
the above builds native iguana on unix/osx
then just run it and browse to http://127.0.0.1:7778/?method you can use the gui to find the URL you need for an operation, then add /json to get just the json and not the entire webpage. alternatively a POST (ie via curl --data) with the JSON request will just return json
http://127.0.0.1:7778/ramchain/block/height/0 -> full webpage
http://127.0.0.1:7778/json/ramchain/block/height/0 -> JSON only
the superugly GUI is not stateless, there is a default coin that is used for any coin based API.