https://github.com/soohoio/sooho
Toolbox for auditing and patching vulnerabilities in smart contracts.
https://github.com/soohoio/sooho
security security-assessments smart-contract sooho
Last synced: about 1 year ago
JSON representation
Toolbox for auditing and patching vulnerabilities in smart contracts.
- Host: GitHub
- URL: https://github.com/soohoio/sooho
- Owner: soohoio
- Created: 2018-10-14T09:04:44.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2023-07-20T13:51:57.000Z (almost 3 years ago)
- Last Synced: 2025-03-29T18:36:51.793Z (about 1 year ago)
- Topics: security, security-assessments, smart-contract, sooho
- Language: JavaScript
- Homepage: https://sooho.io
- Size: 1.01 MB
- Stars: 38
- Watchers: 4
- Forks: 12
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# SOOHO
[](http://commitizen.github.io/cz-cli/)
**Got a Question?** Send me a mail
## Table of Contents
- [Introduction](#introduction)
- [Development](#development)
- [Install](#install)
- [Test](#test)
- [Run](#run)
- [License](#license)
- [About](#about)
## Introduction
**Sooho** used to interact with Sooho services from the command line. It is built using oclif.
For more about Sooho, see https://sooho.io
## Development
### Install
This project is built with [lerna](http://lernajs.io/). The core plugins are located in ./packages.
```bash
$ git clone https://github.com/soohoio/sooho
$ lerna bootstrap
$ lerna run build
$ lerna run prepack
```
### Test
```bash
$ lerna run test
```
### Run
1. Audit smart contract
```
USAGE
$ lerna run audit -- INPUT_PATH
ARGUMENTS
INPUT_PATH entry path
EXAMPLE
$ lerna run audit -- ./test/commands/Vulnerable.sol
```
## License
Copyright (c) 2018 SOOHO Inc. It is free software and maybe redistributed under the terms specified in the LICENSE file.
## About
Authored and maintained by **Jisu Park**.
> Github [@JisuPark](https://github.com/JisuPark)