UNPKG

@colony/colony-js-client

Version:

Reference implementation of the Colony API

34 lines (21 loc) 906 B
# colonyJS Client The colonyJS Client package provides the means to interact with the Colony Network or a particular Colony. ## Installation ``` yarn add @colony/colony-js-client ``` ## Usage - [ColonyNetworkClient](https://docs.colony.io/colonyjs/api-colonynetworkclient/) - [ColonyClient](https://docs.colony.io/colonyjs/api-colonyclient/) - [TokenClient](https://docs.colony.io/colonyjs/api-tokenclient/) - [TokenLockingClient](https://docs.colony.io/colonyjs/api-tokenlockingclient/) ## Contributing This package is part of the [colonyJS monorepo](https://github.com/JoinColony/colonyJS). Please read our [contributing guidelines](https://github.com/JoinColony/colonyJS/blob/master/CONTRIBUTING.md). ## Generating documentation ```shell scripts/docgen.js src/ColonyClient/index.js scripts/docgen.js src/ColonyNetworkCient/index.js ``` Pipe the output to `pbcopy` or to wherever you please.