https://github.com/rdig/colony
A Colony Network terminal client
https://github.com/rdig/colony
colony ethereum
Last synced: about 1 month ago
JSON representation
A Colony Network terminal client
- Host: GitHub
- URL: https://github.com/rdig/colony
- Owner: rdig
- License: mit
- Created: 2019-02-09T16:35:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-10T21:26:07.000Z (over 7 years ago)
- Last Synced: 2025-09-19T12:42:49.713Z (9 months ago)
- Topics: colony, ethereum
- Language: JavaScript
- Homepage:
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `colony`
A Colony Network terminal client
## Usage
_NOTE: This is still in the prototype phase, and the CLI might change dramatically_
Commands expected by the `colony` script are a combination of `` and ``.
### Available context(s)
| Context | Description |
| ------------- | ------------- |
| `network` | Execute actions in the context of a specific Colony |
### Available action(s)
| Action | Description |
| ------------- | ------------- |
| `list` or `ls` or `l` | List the entries in the current context |
| `count` or `c` | Count the entries in the current context |
### Example(s)
#### Count the _Total number of available colonies_:
```bash
colony network count
```
#### List all _colonies_:
```bash
colony network list
```
## Available Scripts
In the project directory, you can run:
### `yarn build`
Builds the app for production to the `dist` folder.
### `yarn watch`
Start the build process, and re-builds the bundle every time the files get changed
### `yarn lint` and `yarn lint:fix`
Lint the `.js` files and fix any potential errors