For Programmers
From Nxt Wiki
Nxt Software Change Log
Source Code
- Source code is available on BitBucket: https://bitbucket.org/../JeanLucPicard/nxt/src
- Curve25519 implementation is located in v0.4.7e source code from here to here
- EC-KCDSA implementation is located in v0.4.7e source code from here to here
Addressing
APIs etc.
- The High-Level Nxt Applications Programming Interface (API)
- The Low-Level Nxt Applications Programming Interface (API) -- JavaDoc (used since version 0.6.x)
- The nxt-default.properties file (only used in version 0.8.x and later)
- The web.xml file (deprecated; was used in version 0.7.x and earlier)
Libraries
- PHP library for high-level Nxt API (created by wesleyh)
- Curve25519 library (or 64-bit version) (Java source, ported from C by Dmitry Skiba)
Programming Tips
- Automate Nxt for your website (instructions for exchanges and shops)
- Handling deposits
- Handling Withdrawals
- Creating Nxt accounts for site users
Programming examples
Advanced Nxt Features
- The Alias system
- Transparent Forging
- Arbitrary Messages
- Account Control
- Account Leasing
- Asset Exchange
- Colored Coins
Proposals
- NxtCash anonymity system