This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-libzt/test/create_test_identities.sh

12 lines
350 B
Bash
Raw Normal View History

2017-11-13 16:46:33 -08:00
# !/bin/bash
# Generates test identities and joins them to a test network
2017-11-13 16:46:33 -08:00
NWID=""
mkdir -p test/alice test/bob test/carol test/ted
./build/darwin/selftest generate_id ${NWID} test/alice
./build/darwin/selftest generate_id ${NWID} test/bob
./build/darwin/selftest generate_id ${NWID} test/carol
./build/darwin/selftest generate_id ${NWID} test/ted