Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
controller
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TFS
controller
Commits
90e5ecb0
Commit
90e5ecb0
authored
2 years ago
by
Konstantin Munichev
Browse files
Options
Downloads
Patches
Plain Diff
Update readme file for DLT component
parent
3f18c2ac
No related branches found
No related tags found
2 merge requests
!54
Release 2.0.0
,
!16
DLT component (and related) improvements
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/dlt/gateway/README.md
+16
-0
16 additions, 0 deletions
src/dlt/gateway/README.md
with
16 additions
and
0 deletions
src/dlt/gateway/README.md
+
16
−
0
View file @
90e5ecb0
...
@@ -73,3 +73,19 @@ Other proto files don't play any significant role and could be safely ignored by
...
@@ -73,3 +73,19 @@ Other proto files don't play any significant role and could be safely ignored by
### Client example
### Client example
This code is not necessary to the service, but it could be used to test the service. It contains
This code is not necessary to the service, but it could be used to test the service. It contains
a sample gRPC client which connects the service and perform all the CRUD operations.
a sample gRPC client which connects the service and perform all the CRUD operations.
# Fabric deployment notes
## General notes
Current Fabric deployment uses Fabric test network with some additional helping scripts on top of it.
This deployment is highly insecure and
*shouldn't be used in production*
in any case.
To start the network just run the
`raft.sh`
from
`blockchain/scripts`
directory. Use
`stop.sh`
when you need to stop the network.
## Server start preparations
To run the server it's necessary to copy certificate file
`fabric-samples/test-network/organizations/peerOrganizations/org1.example.com/ca/ca.org1.example.com-cert.pem`
to the config folder (replacing the existing one). Also it's necessary to copy
`scripts/connection-org1.json`
file (again, replacing the old one). After copying, it must be edited. First, all
`localhost`
entrances
should be replaced with
`teraflow.nlehd.de`
. Second,
`channel`
section at the end of the file should be removed.
This should be done after every restart of the Fabric network.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment