Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
silkaj
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
python
silkaj
Merge requests
!216
#330
: Restructure repository
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
#330
: Restructure repository
330_repo_structure
into
main
Overview
0
Commits
22
Pipelines
8
Changes
49
Merged
Moul
requested to merge
330_repo_structure
into
main
2 years ago
Overview
0
Commits
22
Pipelines
8
Changes
49
Expand
Close
#330 (closed)
.
Edited
2 years ago
by
Moul
0
0
Merge request reports
Compare
main
version 3
0bf70206
2 years ago
version 2
4450feae
2 years ago
version 1
58218186
2 years ago
main (base)
and
latest version
latest version
6c1e9396
22 commits,
2 years ago
version 3
0bf70206
22 commits,
2 years ago
version 2
4450feae
21 commits,
2 years ago
version 1
58218186
21 commits,
2 years ago
49 files
+
1258
−
469
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
49
Search (e.g. *.vue) (Ctrl+P)
silkaj/blockchain/__init__.py
0 → 100644
+
14
−
0
Options
# Copyright 2016-2022 Maël Azimi <m.a@moul.re>
#
# Silkaj is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Silkaj is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Silkaj. If not, see <https://www.gnu.org/licenses/>.
Loading