Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 823 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 823 Bytes

neow3j Documentation

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:

Running it locally

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