- Official API documentation with samples can be found at https://api.iconomi.com/
- Any issues with documentation or the api can be reported under this project
- There is a sample library available for java at https://github.com/iconomi-ag/iconomi-java
- There is a sample library available for dotnet at https://github.com/lduchosal/iconomi-api-dotnet (unofficial)
- Install Node JS
- Clone repo and run
yarn install
in the repo root
Starts the development server.
Bundles the spec and prepares web_deploy folder with static assets.
Validates the spec.
Deploys docs to GitHub Pages. You don't need to run it manually if you have Travis CI configured.