mirror of
https://github.com/corda/corda.git
synced 2024-12-20 13:33:12 +00:00
11 lines
248 B
Markdown
11 lines
248 B
Markdown
|
# Setup
|
||
|
|
||
|
To get started, please run the following command:
|
||
|
|
||
|
```bash
|
||
|
$ ./prepare.sh
|
||
|
```
|
||
|
|
||
|
This command will download necessary database drivers and set up
|
||
|
the dependencies directory with copies of the Corda fat-JAR and
|
||
|
the network bootstrapping tool.
|