Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
blockchain-project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
SaintDizier Corentin
blockchain-project
Commits
35dfda2e
Commit
35dfda2e
authored
1 year ago
by
saintdi25u
Browse files
Options
Downloads
Patches
Plain Diff
modif
parent
f4017c23
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/java/fr/miage/App.java
+1
-0
1 addition, 0 deletions
src/main/java/fr/miage/App.java
target/classes/fr/miage/App.class
+0
-0
0 additions, 0 deletions
target/classes/fr/miage/App.class
with
1 addition
and
0 deletions
src/main/java/fr/miage/App.java
+
1
−
0
View file @
35dfda2e
...
@@ -17,6 +17,7 @@ public class App {
...
@@ -17,6 +17,7 @@ public class App {
public
static
synchronized
void
main
(
String
[]
args
)
throws
NoSuchAlgorithmException
,
InterruptedException
{
public
static
synchronized
void
main
(
String
[]
args
)
throws
NoSuchAlgorithmException
,
InterruptedException
{
System
.
out
.
println
(
"Début de la blockchain"
);
System
.
out
.
println
(
"Début de la blockchain"
);
// Création de 2 wallets
// Création de 2 wallets
Wallet
bobWallet
=
new
Wallet
(
"bob"
);
Wallet
bobWallet
=
new
Wallet
(
"bob"
);
Wallet
aliceWallet
=
new
Wallet
(
"alice"
);
Wallet
aliceWallet
=
new
Wallet
(
"alice"
);
Wallet
charlieWallet
=
new
Wallet
(
"charlie"
);
Wallet
charlieWallet
=
new
Wallet
(
"charlie"
);
...
...
This diff is collapsed.
Click to expand it.
target/classes/fr/miage/App.class
+
0
−
0
View file @
35dfda2e
No preview for this file type
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