Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use scripts/install_dev.py from snet-cli #14

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,10 @@ jobs:
command: |
cd $SINGNET_REPOS
git clone https://github.com/singnet/snet-cli.git
cd snet-cli
cd snet-cli
# install token-contracts and platform-contracts from local dir
cd blockchain/
npm install $SINGNET_REPOS/token-contracts/build/npm-module
npm install $SINGNET_REPOS/platform-contracts/build/npm-module
cd ..
./scripts/blockchain install
pip3 install -e .
./scripts/install_dev.py $SINGNET_REPOS/platform-contracts
sudo pip3 install -e .
- run:
name: Build snet-daemon
command: |
Expand Down