hrdt-tms-bc
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Unable to calculate vocabulary similarity
Last synced: 6 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: Mahalinoro
- License: mit
- Language: Shell
- Default Branch: main
- Size: 171 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 1 year ago
· Last pushed over 1 year ago
Metadata Files
Readme
License
Citation
README.md
tms-bc
Owner
- Name: Mahaly
- Login: Mahalinoro
- Kind: user
- Location: Antananarivo, Madagascar
- Company: ALU
- Website: https://mahalinoro.github.io/
- Twitter: mahalinoro_raz
- Repositories: 10
- Profile: https://github.com/Mahalinoro
Tech Enthusiast 💻
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 8 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
fabric/chaincode-go/go.mod
go
- github.com/davecgh/go-spew v1.1.1
- github.com/go-openapi/jsonpointer v0.21.0
- github.com/go-openapi/jsonreference v0.21.0
- github.com/go-openapi/spec v0.21.0
- github.com/go-openapi/swag v0.23.0
- github.com/gobuffalo/envy v1.10.2
- github.com/gobuffalo/packd v1.0.2
- github.com/gobuffalo/packr v1.30.1
- github.com/hyperledger/fabric-chaincode-go/v2 v2.0.0-20240618210511-f7903324a8af
- github.com/hyperledger/fabric-contract-api-go/v2 v2.0.0
- github.com/hyperledger/fabric-protos-go-apiv2 v0.3.3
- github.com/joho/godotenv v1.5.1
- github.com/josharian/intern v1.0.0
- github.com/mailru/easyjson v0.7.7
- github.com/pmezard/go-difflib v1.0.0
- github.com/rogpeppe/go-internal v1.12.0
- github.com/stretchr/testify v1.9.0
- github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
- github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
- github.com/xeipuuv/gojsonschema v1.2.0
- golang.org/x/mod v0.17.0
- golang.org/x/net v0.24.0
- golang.org/x/sys v0.19.0
- golang.org/x/text v0.14.0
- google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
- google.golang.org/grpc v1.64.0
- google.golang.org/protobuf v1.34.2
- gopkg.in/yaml.v3 v3.0.1
fabric/chaincode-go/go.sum
go
- github.com/BurntSushi/toml v0.3.1
- github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6
- github.com/coreos/etcd v3.3.10+incompatible
- github.com/coreos/go-etcd v2.0.0+incompatible
- github.com/coreos/go-semver v0.2.0
- github.com/cpuguy83/go-md2man v1.0.10
- github.com/davecgh/go-spew v1.1.0
- github.com/davecgh/go-spew v1.1.1
- github.com/fsnotify/fsnotify v1.4.7
- github.com/go-openapi/jsonpointer v0.21.0
- github.com/go-openapi/jsonreference v0.21.0
- github.com/go-openapi/spec v0.21.0
- github.com/go-openapi/swag v0.23.0
- github.com/gobuffalo/envy v1.7.0
- github.com/gobuffalo/envy v1.10.2
- github.com/gobuffalo/logger v1.0.0
- github.com/gobuffalo/packd v0.3.0
- github.com/gobuffalo/packd v1.0.2
- github.com/gobuffalo/packr v1.30.1
- github.com/gobuffalo/packr/v2 v2.5.1
- github.com/google/go-cmp v0.6.0
- github.com/hashicorp/hcl v1.0.0
- github.com/hyperledger/fabric-chaincode-go/v2 v2.0.0-20240618210511-f7903324a8af
- github.com/hyperledger/fabric-contract-api-go/v2 v2.0.0
- github.com/hyperledger/fabric-protos-go-apiv2 v0.3.3
- github.com/inconshreveable/mousetrap v1.0.0
- github.com/joho/godotenv v1.3.0
- github.com/joho/godotenv v1.4.0
- github.com/joho/godotenv v1.5.1
- github.com/josharian/intern v1.0.0
- github.com/karrick/godirwalk v1.10.12
- github.com/konsorten/go-windows-terminal-sequences v1.0.1
- github.com/konsorten/go-windows-terminal-sequences v1.0.2
- github.com/kr/pretty v0.1.0
- github.com/kr/pretty v0.3.1
- github.com/kr/pty v1.1.1
- github.com/kr/text v0.1.0
- github.com/kr/text v0.2.0
- github.com/magiconair/properties v1.8.0
- github.com/mailru/easyjson v0.7.7
- github.com/mitchellh/go-homedir v1.1.0
- github.com/mitchellh/mapstructure v1.1.2
- github.com/pelletier/go-toml v1.2.0
- github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
- github.com/pmezard/go-difflib v1.0.0
- github.com/rogpeppe/go-internal v1.1.0
- github.com/rogpeppe/go-internal v1.3.0
- github.com/rogpeppe/go-internal v1.9.0
- github.com/rogpeppe/go-internal v1.12.0
- github.com/russross/blackfriday v1.5.2
- github.com/sirupsen/logrus v1.4.2
- github.com/spf13/afero v1.1.2
- github.com/spf13/cast v1.3.0
- github.com/spf13/cobra v0.0.5
- github.com/spf13/jwalterweatherman v1.0.0
- github.com/spf13/pflag v1.0.3
- github.com/spf13/viper v1.3.2
- github.com/stretchr/objx v0.1.0
- github.com/stretchr/objx v0.1.1
- github.com/stretchr/objx v0.4.0
- github.com/stretchr/objx v0.5.2
- github.com/stretchr/testify v1.2.2
- github.com/stretchr/testify v1.3.0
- github.com/stretchr/testify v1.7.1
- github.com/stretchr/testify v1.8.0
- github.com/stretchr/testify v1.9.0
- github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8
- github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
- github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
- github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
- github.com/xeipuuv/gojsonschema v1.2.0
- github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77
- golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9
- golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
- golang.org/x/crypto v0.0.0-20190621222207-cc06ce4a13d4
- golang.org/x/mod v0.17.0
- golang.org/x/net v0.0.0-20190311183353-d8887717615a
- golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
- golang.org/x/net v0.24.0
- golang.org/x/sync v0.0.0-20190423024810-112230192c58
- golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a
- golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
- golang.org/x/sys v0.0.0-20190412213103-97732733099d
- golang.org/x/sys v0.0.0-20190422165155-953cdadca894
- golang.org/x/sys v0.0.0-20190515120540-06a5c4944438
- golang.org/x/sys v0.19.0
- golang.org/x/text v0.3.0
- golang.org/x/text v0.14.0
- golang.org/x/tools v0.0.0-20190624180213-70d37148ca0c
- google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
- google.golang.org/grpc v1.64.0
- google.golang.org/protobuf v1.34.2
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
- gopkg.in/errgo.v2 v2.1.0
- gopkg.in/yaml.v2 v2.2.2
- gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
- gopkg.in/yaml.v3 v3.0.1
fabric/chaincode-go/vendor/github.com/xeipuuv/gojsonschema/glide.yaml
go
- github.com/xeipuuv/gojsonpointer *
- github.com/xeipuuv/gojsonreference *
- github.com/xeipuuv/gojsonschema *
fabric/test-network-nano-bash/caliper_workspace/package-lock.json
npm
- 544 dependencies
fabric/test-network-nano-bash/caliper_workspace/package.json
npm
- @grpc/grpc-js ^1.10.3
- @hyperledger/caliper-cli ^0.6.0
- @hyperledger/fabric-gateway ^1.5.0