Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
T
t3
Project
Project
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
t3
Commits
a0df1db8
Commit
a0df1db8
authored
6 hours ago
by
Mark Harding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(chore): update smart contract
parent
e56460ca
master
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
26143 additions
and
0 deletions
+26143
-0
EthereumDIDRegistry.json
blockchain/build/contracts/EthereumDIDRegistry.json
+19893
-0
Migrations.json
blockchain/build/contracts/Migrations.json
+1393
-0
Trust.json
blockchain/build/contracts/Trust.json
+4852
-0
2_deploy_trust.js
blockchain/migrations/2_deploy_trust.js
+5
-0
No files found.
blockchain/build/contracts/EthereumDIDRegistry.json
0 → 100644
View file @
a0df1db8
This diff is collapsed.
Click to expand it.
blockchain/build/contracts/Migrations.json
0 → 100644
View file @
a0df1db8
This diff is collapsed.
Click to expand it.
blockchain/build/contracts/Trust.json
0 → 100644
View file @
a0df1db8
This diff is collapsed.
Click to expand it.
blockchain/migrations/2_deploy_trust.js
0 → 100644
View file @
a0df1db8
const
Migrations
=
artifacts
.
require
(
"
Migrations
"
);
module
.
exports
=
function
(
deployer
)
{
deployer
.
deploy
(
Migrations
);
};
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment