Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keep-network/local-setup
Allow to easily set up tBTC and Keep locally for development and test purposes.
https://github.com/keep-network/local-setup
Last synced: 18 days ago
JSON representation
Allow to easily set up tBTC and Keep locally for development and test purposes.
- Host: GitHub
- URL: https://github.com/keep-network/local-setup
- Owner: keep-network
- License: mit
- Created: 2020-05-19T10:32:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-21T12:57:20.000Z (11 months ago)
- Last Synced: 2024-08-08T19:13:55.205Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 5.62 MB
- Stars: 8
- Watchers: 13
- Forks: 16
- Open Issues: 37
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= KEEP & tBTC local setup
This repository provide a bunch of scripts which allow to install tBTC and
Keep locally for development and test purposes. It also contains and
enables execution of automated end-to-end system tests for tBTC.Basically, the entire setup operates on several component submodules:
- https://github.com/keep-network/keep-core[`keep-core`]
- https://github.com/keep-network/keep-ecdsa[`keep-ecdsa`]
- https://github.com/keep-network/tbtc[`tbtc`]
- https://github.com/keep-network/tbtc.js[`tbtc.js`]
- https://github.com/keep-network/tbtc-dapp[`tbtc-dapp`]
- https://github.com/keep-network/relays[`relays`]It also uses some auxiliary software needed by tBTC and Keep:
- https://github.com/ethereum/go-ethereum[Geth]
- https://bitcoincore.org[Bitcoin Core]
- https://electrumx.readthedocs.io/en/latest[ElectrumX]== Installation
The installation can be performed in two different ways described below:
=== Automatic installation on separate virtual machine
To install everything automatically on a separate VirtualBox machine using Packer and
Vagrant, please follow the <<./docs/auto-setup.adoc#title, automatic setup guide>>.=== Manual installation on your local machine
To install everything on your local machine by hand,
please follow the <<./docs/manual-setup.adoc#title, manual setup guide>>.