# README
Example repository showing a multi repository TUF client (TAP 4)
The following is a TUF multi-repository client example of the multirepo
package which implements TAP 4 - Multiple repository consensus on entrusted targets:
- The
map.json
along with the root files for each repository are distributed via a trusted repository used for initialization- The metadata, these target files and the script generating them are located in the examples/multirepo/repository folder
- These files are then used to bootstrap the multi-repository TUF client
- Shows the API provided by the
multirepo
package
# Functions
BootstrapTUF returns the map file and the related trusted root metadata files.
No description provided by the author