Socket
Book a DemoInstallSign in
Socket

@joincivil/doxity

Package Overview
Dependencies
Maintainers
4
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@joincivil/doxity

Documentation Generator for Solidity Contracts

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
4
Created
Source

Doxity

  • This project is a fork of @0xproject/doxity

Features

  • Generates contract meta data used to generate documentation

Installation

You can install @joincivil/doxity globally or locally in your project.

You'll also need solc 0.4.X until solc-js is supported (https://github.com/ethereum/solc-js/issues/70)- http://solidity.readthedocs.io/en/develop/installing-solidity.html - and libssl-dev installed on your machine.

# globally
npm install -g @joincivil/doxity
# or within project folder
npm install --save-dev @joincivil/doxity

Quickstart

  • Have a project that contains natspecced* .sol contracts in a contracts directory
  • doxity init will create a /doxity directory where contract JSON metadata will be saved
  • doxity compile will generate contract JSON metadata to ./doxity

FAQs

Package last updated on 05 Apr 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts