https://github.com/alexhkurz/student-club

https://github.com/alexhkurz/student-club

Science Score: 13.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
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.6%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: alexhkurz
  • Language: Go
  • Default Branch: main
  • Size: 11.6 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

README

A prototype implementation of a blockchain-based DApp for the decentralized governance of a student club.

  1. First attempt: I tried Polygon Edge to create a local blockchain network with 3 validator nodes, see polygon-edge/README.md for more information. I did run into some issues with deprecated software and while I could have continued, I looked for Hardhat as an alternative.
  2. Second attempt: Hardhat is a development environment to compile, deploy, test, and debug your smart contracts in Ethereum-like blockchains. See with-hardhat/README.md for more information.

Owner

  • Name: Alexander Kurz
  • Login: alexhkurz
  • Kind: user

PhD Ludwig-Maximilians University Munich 2000; CWI Amsterdam and Masaryk University Brno 2000-2002; University of Leicester 2002-2018; Chapman University 2018-

GitHub Events

Total
  • Member event: 2
  • Push event: 4
  • Create event: 2
Last Year
  • Member event: 2
  • Push event: 4
  • Create event: 2

Dependencies

with-polygon-edge/docker/local/Dockerfile docker
  • alpine latest build
  • golang 1.20-alpine build
with-polygon-edge/docker/local/docker-compose.yml docker
  • ghcr.io/0xpolygon/go-ethereum-console latest
  • local/polygon-edge latest
with-polygon-edge/docs/Dockerfile docker
  • python 3.9-alpine build
with-polygon-edge/docs/docker-compose.yml docker
  • polygon-edge-docs latest
with-polygon-edge/go.mod go
  • cloud.google.com/go/auth v0.3.0
  • cloud.google.com/go/auth/oauth2adapt v0.2.2
  • cloud.google.com/go/compute/metadata v0.3.0
  • cloud.google.com/go/iam v1.1.7
  • cloud.google.com/go/secretmanager v1.13.0
  • filippo.io/edwards25519 v1.0.0-rc.1
  • github.com/0xPolygon/go-ibft v0.4.1-0.20230717081138-628065cf23b6
  • github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
  • github.com/DataDog/appsec-internal-go v1.5.0
  • github.com/DataDog/datadog-agent/pkg/obfuscate v0.48.0
  • github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.48.1
  • github.com/DataDog/datadog-go/v5 v5.3.0
  • github.com/DataDog/go-libddwaf/v2 v2.4.2
  • github.com/DataDog/go-tuf v1.0.2-0.5.2
  • github.com/DataDog/gostackparse v0.7.0
  • github.com/DataDog/sketches-go v1.4.2
  • github.com/Microsoft/go-winio v0.6.1
  • github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5
  • github.com/andybalholm/brotli v1.0.6
  • github.com/armon/go-metrics v0.4.1
  • github.com/aws/aws-sdk-go v1.52.2
  • github.com/benbjohnson/clock v1.3.5
  • github.com/beorn7/perks v1.0.1
  • github.com/btcsuite/btcd v0.22.1
  • github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1
  • github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce
  • github.com/bwesterb/go-ristretto v1.2.0
  • github.com/cenkalti/backoff v2.2.1+incompatible
  • github.com/cenkalti/backoff/v3 v3.2.2
  • github.com/cespare/xxhash/v2 v2.2.0
  • github.com/coinbase/kryptology v1.8.0
  • github.com/consensys/gnark-crypto v0.5.3
  • github.com/containerd/cgroups v1.1.0
  • github.com/containerd/continuity v0.3.0
  • github.com/coreos/go-systemd/v22 v22.5.0
  • github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
  • github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c
  • github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0
  • github.com/docker/distribution v2.8.2+incompatible
  • github.com/docker/docker v24.0.7+incompatible
  • github.com/docker/go-connections v0.5.0
  • github.com/docker/go-units v0.5.0
  • github.com/dustin/go-humanize v1.0.1
  • github.com/ebitengine/purego v0.6.0-alpha.5
  • github.com/elastic/gosigar v0.14.2
  • github.com/envoyproxy/protoc-gen-validate v1.0.4
  • github.com/fatih/color v1.15.0
  • github.com/felixge/httpsnoop v1.0.4
  • github.com/flynn/noise v1.0.0
  • github.com/francoispqt/gojay v1.2.13
  • github.com/go-jose/go-jose/v3 v3.0.1
  • github.com/go-logr/logr v1.4.1
  • github.com/go-logr/stdr v1.2.2
  • github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572
  • github.com/go-toolsmith/astcopy v1.0.2
  • github.com/go-toolsmith/astequal v1.0.3
  • github.com/godbus/dbus/v5 v5.1.0
  • github.com/gogo/protobuf v1.3.2
  • github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
  • github.com/golang/protobuf v1.5.4
  • github.com/golang/snappy v0.0.4
  • github.com/google/gofuzz v1.2.0
  • github.com/google/gopacket v1.1.19
  • github.com/google/pprof v0.0.0-20231023181126-ff6d637d2a7b
  • github.com/google/s2a-go v0.1.7
  • github.com/google/uuid v1.6.0
  • github.com/googleapis/enterprise-certificate-proxy v0.3.2
  • github.com/googleapis/gax-go/v2 v2.12.3
  • github.com/gorilla/websocket v1.5.1
  • github.com/hashicorp/errwrap v1.1.0
  • github.com/hashicorp/go-cleanhttp v0.5.2
  • github.com/hashicorp/go-hclog v1.6.2
  • github.com/hashicorp/go-immutable-radix v1.3.1
  • github.com/hashicorp/go-multierror v1.1.1
  • github.com/hashicorp/go-retryablehttp v0.7.4
  • github.com/hashicorp/go-rootcerts v1.0.2
  • github.com/hashicorp/go-secure-stdlib/parseutil v0.1.7
  • github.com/hashicorp/go-secure-stdlib/strutil v0.1.2
  • github.com/hashicorp/go-sockaddr v1.0.2
  • github.com/hashicorp/golang-lru v1.0.2
  • github.com/hashicorp/golang-lru/v2 v2.0.5
  • github.com/hashicorp/hcl v1.0.1-vault-5
  • github.com/hashicorp/vault/api v1.10.0
  • github.com/huin/goupnp v1.3.0
  • github.com/inconshreveable/mousetrap v1.1.0
  • github.com/ipfs/boxo v0.8.1
  • github.com/ipfs/go-cid v0.4.1
  • github.com/ipfs/go-log v1.0.5
  • github.com/ipfs/go-log/v2 v2.5.1
  • github.com/jackpal/go-nat-pmp v1.0.2
  • github.com/jbenet/go-temp-err-catcher v0.1.0
  • github.com/jmespath/go-jmespath v0.4.0
  • github.com/klauspost/compress v1.17.2
  • github.com/klauspost/cpuid/v2 v2.2.6
  • github.com/koron/go-ssdp v0.0.4
  • github.com/libp2p/go-buffer-pool v0.1.0
  • github.com/libp2p/go-cidranger v1.1.0
  • github.com/libp2p/go-flow-metrics v0.1.0
  • github.com/libp2p/go-libp2p v0.32.0
  • github.com/libp2p/go-libp2p-asn-util v0.3.0
  • github.com/libp2p/go-libp2p-kbucket v0.6.3
  • github.com/libp2p/go-libp2p-pubsub v0.10.1
  • github.com/libp2p/go-msgio v0.3.0
  • github.com/libp2p/go-nat v0.2.0
  • github.com/libp2p/go-netroute v0.2.1
  • github.com/libp2p/go-reuseport v0.4.0
  • github.com/libp2p/go-yamux/v4 v4.0.1
  • github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd
  • github.com/mattn/go-colorable v0.1.13
  • github.com/mattn/go-isatty v0.0.20
  • github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0
  • github.com/miekg/dns v1.1.56
  • github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b
  • github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc
  • github.com/minio/sha256-simd v1.0.1
  • github.com/mitchellh/go-homedir v1.1.0
  • github.com/mitchellh/mapstructure v1.5.0
  • github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae
  • github.com/morikuni/aec v1.0.0
  • github.com/mr-tron/base58 v1.2.0
  • github.com/multiformats/go-base32 v0.1.0
  • github.com/multiformats/go-base36 v0.2.0
  • github.com/multiformats/go-multiaddr v0.12.3
  • github.com/multiformats/go-multiaddr-dns v0.3.1
  • github.com/multiformats/go-multiaddr-fmt v0.1.0
  • github.com/multiformats/go-multibase v0.2.0
  • github.com/multiformats/go-multicodec v0.9.0
  • github.com/multiformats/go-multihash v0.2.3
  • github.com/multiformats/go-multistream v0.5.0
  • github.com/multiformats/go-varint v0.0.7
  • github.com/onsi/ginkgo/v2 v2.13.0
  • github.com/opencontainers/go-digest v1.0.0
  • github.com/opencontainers/image-spec v1.0.2
  • github.com/opencontainers/runc v1.1.5
  • github.com/opencontainers/runtime-spec v1.1.0
  • github.com/opentracing/opentracing-go v1.2.0
  • github.com/ory/dockertest v3.3.5+incompatible
  • github.com/outcaste-io/ristretto v0.2.3
  • github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
  • github.com/philhofer/fwd v1.1.2
  • github.com/pkg/errors v0.9.1
  • github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
  • github.com/prometheus/client_golang v1.18.0
  • github.com/prometheus/client_model v0.5.0
  • github.com/prometheus/common v0.45.0
  • github.com/prometheus/procfs v0.12.0
  • github.com/quasilyte/go-ruleguard v0.4.0
  • github.com/quasilyte/go-ruleguard/dsl v0.3.22
  • github.com/quasilyte/gogrep v0.5.0
  • github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
  • github.com/quic-go/qpack v0.4.0
  • github.com/quic-go/qtls-go1-20 v0.3.4
  • github.com/quic-go/quic-go v0.39.3
  • github.com/quic-go/webtransport-go v0.6.0
  • github.com/raulk/go-watchdog v1.3.0
  • github.com/richardartoul/molecule v1.0.1-0.20221107223329-32cfee06a052
  • github.com/ryanuber/columnize v2.1.2+incompatible
  • github.com/ryanuber/go-glob v1.0.0
  • github.com/secure-systems-lab/go-securesystemslib v0.7.0
  • github.com/sethvargo/go-retry v0.2.4
  • github.com/sirupsen/logrus v1.9.3
  • github.com/spaolacci/murmur3 v1.1.0
  • github.com/spf13/cobra v1.8.0
  • github.com/spf13/pflag v1.0.5
  • github.com/stretchr/objx v0.5.2
  • github.com/stretchr/testify v1.9.0
  • github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d
  • github.com/tinylib/msgp v1.1.8
  • github.com/trailofbits/go-fuzz-utils v0.0.0-20210901195358-9657fcfd256c
  • github.com/tyler-smith/go-bip39 v1.1.0
  • github.com/umbracle/ethgo v0.1.4-0.20231006072852-6b068360fc97
  • github.com/umbracle/fastrlp v0.1.1-0.20230504065717-58a1b8a9929d
  • github.com/umbracle/go-eth-bn256 v0.0.0-20230125114011-47cb310d9b0b
  • github.com/valyala/bytebufferpool v1.0.0
  • github.com/valyala/fasthttp v1.51.0
  • github.com/valyala/fastjson v1.6.3
  • go.etcd.io/bbolt v1.3.8
  • go.opencensus.io v0.24.0
  • go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0
  • go.opentelemetry.io/otel v1.24.0
  • go.opentelemetry.io/otel/metric v1.24.0
  • go.opentelemetry.io/otel/trace v1.24.0
  • go.uber.org/atomic v1.11.0
  • go.uber.org/dig v1.17.1
  • go.uber.org/fx v1.20.1
  • go.uber.org/mock v0.3.0
  • go.uber.org/multierr v1.11.0
  • go.uber.org/zap v1.26.0
  • golang.org/x/crypto v0.22.0
  • golang.org/x/exp v0.0.0-20231006140011-7918f672742d
  • golang.org/x/exp/typeparams v0.0.0-20230307190834-24139beb5833
  • golang.org/x/mod v0.14.0
  • golang.org/x/net v0.24.0
  • golang.org/x/oauth2 v0.19.0
  • golang.org/x/sync v0.7.0
  • golang.org/x/sys v0.19.0
  • golang.org/x/text v0.14.0
  • golang.org/x/time v0.5.0
  • golang.org/x/tools v0.17.0
  • golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
  • google.golang.org/api v0.177.0
  • google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda
  • google.golang.org/genproto/googleapis/api v0.0.0-20240429193739-8cf5692501f6
  • google.golang.org/genproto/googleapis/rpc v0.0.0-20240429193739-8cf5692501f6
  • google.golang.org/grpc v1.63.2
  • google.golang.org/protobuf v1.34.0
  • gopkg.in/DataDog/dd-trace-go.v1 v1.63.1
  • gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce
  • gopkg.in/yaml.v3 v3.0.1
  • gotest.tools/v3 v3.0.2
  • lukechampine.com/blake3 v1.2.1
  • pgregory.net/rapid v1.1.0
with-polygon-edge/go.sum go
  • 764 dependencies
with-hardhat/package-lock.json npm
  • 530 dependencies
with-hardhat/package.json npm
  • @nomicfoundation/hardhat-toolbox ^5.0.0 development
  • hardhat ^2.22.19 development
with-polygon-edge/docs/requirements.txt pypi
  • markdown-include ==0.8.1
  • mkdocs-git-revision-date-localized-plugin ==1.2.1
  • mkdocs-material ==9.4.8
  • mkdocs-open-in-new-tab ==1.0.3