Tips

Create your own block chain

https://www.walletbuilders.com/

Python

$ pip install ccxt

NXT

https://nxtplatform.org/get-started/for-you/

Install

https://nxtwiki.org/wiki/How-To:InstallNRSLinux

$ wget https://bitbucket.org/Jelurida/nxt/downloads/nxt-client-1.11.10.zip
$ unzip nxt-client-1.11.10.zip
$ cd nxt
$ vim conf/nxt-default.properties
    nxt.allowedBotHosts=*;
    nxt.apiServerHost=0.0.0.0
    nxt.allowedUserHosts=*;
    nxt.uiServerHost=0.0.0.0
    # it will not be downloading the blockchain, which will be accessed using public nodes
    nxt.isLightClient=true

$ ./run.sh

https://bitcoin.stackexchange.com/a/36825

https://nxtwiki.org/wiki/Nxt-default_properties_configuration_file

http://nxtwiki.org/wiki/FAQ#Is_there_a_light_wallet.2Fclient.3F