Welcome to the repository that hosts the documentation of the neow3j Java library.
The documentation website runs at https://neow3j.io.
Besides this documentation you can also get answers and help through:
- Neo Discord (#java channel)
- AxLabs Discord (#neow3j channel)
- neow3j GitHub issues
You can run the documentation website locally with docsify. Install docsify via the npm package manager.
npm i docsify-cli -g
Clone the repository, switch to the project directory, and run docsify.
git clone https://github.com/neow3j/neow3j-docs.git
cd neow3j-docs
docsify serve docs