Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Removes everything CLI (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
ansermino authored Jun 12, 2020
1 parent 17ae820 commit 3c4d52b
Show file tree
Hide file tree
Showing 21 changed files with 2 additions and 1,280 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ jobs:
# - make install-deps
# - QUIET=true make start-geth &
# - truffle test --network geth
- name: "Verify contract deployment and binding creation"
env: CI=true
script:
- make install-deps && make install-cli
- make bindings
- SILENT=true make start-ganache
- ./scripts/ci_cli.sh


- name: "Run coverage"
script:
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Read more [here](https://www.notion.so/chainsafe/ChainBridge-Solidity-ad0b0e53e5

The ChainBridge specification can be found [here](https://github.com/ChainSafe/chainbridge-spec).

A CLI to deploy and interact with these contracts can be found [here](https://github.com/ChainSafe/chainbridge-deploy/tree/master/cb-sol-cli).

## Dependencies

Requires `nodejs` and `npm`.
Expand All @@ -28,8 +30,4 @@ Requires `nodejs` and `npm`.

`make compile`: Compile contracts.

## cb-sol-cli (JS CLI)

This is a small CLI application to deploy the contracts and interact with the chain. See the [documentation](/cli/docs/docs.md) for details.


115 changes: 0 additions & 115 deletions cli/cmd/admin.js

This file was deleted.

101 changes: 0 additions & 101 deletions cli/cmd/bridge.js

This file was deleted.

23 changes: 0 additions & 23 deletions cli/cmd/centrifuge.js

This file was deleted.

Loading

0 comments on commit 3c4d52b

Please sign in to comment.