-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-17461] Move off_chain_data sample to test network
Signed-off-by: NIKHIL E GUPTA <negupta@us.ibm.com>
- Loading branch information
NIKHIL E GUPTA
committed
Feb 20, 2020
1 parent
3dbe116
commit 59c60f2
Showing
10 changed files
with
3,879 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#!/bin/bash | ||
# | ||
# Copyright IBM Corp All Rights Reserved | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# | ||
# Exit on first error | ||
set -ex | ||
|
||
# Bring the test network down | ||
pushd ../test-network | ||
./network.sh down | ||
popd | ||
|
||
# clean out any old identites in the wallets | ||
rm -rf wallet | ||
rm -rf addMarbles.json mychannel_marbles.log mychannel__lifecycle.log nextblock.txt | ||
|
||
docker stop offchaindb | ||
docker rm offchaindb |
Oops, something went wrong.