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 887f77465b fix 9 years ago
InstantDEX nanomsg 9 years ago
LEGAL initial commit 9 years ago
SuperNET nanomsg 9 years ago
agents test 9 years ago
confs initial commit 9 years ago
crypto777 test 9 years ago
css initial commit 9 years ago
deprecated initial commit 9 years ago
iguana fix 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 nanomsg 9 years ago
peggy nanomsg 9 years ago
prices nanomsg 9 years ago
tools test 9 years ago
tradebots nanomsg 9 years ago
.gitignore test 9 years ago
Makefile m_* 9 years ago
README.md initial commit 9 years ago
index.html initial commit 9 years ago
m_onetime m_* 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.