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 m_clean 9 years ago
InstantDEX m_clean 9 years ago
LEGAL initial commit 9 years ago
SuperNET m_clean 9 years ago
agents test 9 years ago
confs initial commit 9 years ago
crypto777 m_clean 9 years ago
css initial commit 9 years ago
deprecated initial commit 9 years ago
iguana mktemp -> mkstemp 9 years ago
includes nanomsg 9 years ago
js initial commit 9 years ago
libs initial commit 9 years ago
nanomsg nanomsg 9 years ago
pangea m_clean 9 years ago
peggy m_clean 9 years ago
prices m_clean 9 years ago
tools test 9 years ago
tradebots m_clean 9 years ago
.gitignore test 9 years ago
README.md initial commit 9 years ago
index.html initial commit 9 years ago
m_clean m_clean 9 years ago
m_onetime m_clean 9 years ago
m_osx m_clean 9 years ago
m_unix m_clean 9 years ago
m_win32 m_clean 9 years ago
m_win64 m_clean 9 years ago
old m_clean 9 years ago
pnacl_main.h initial commit 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.