go-atlys

module
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 6, 2024 License: MIT

README

go-atlys

License Go Report Card GoDoc

Implementation of the ATLAS blockchain project in Go

ATLYS Blockchain Protocol

Documentation

Click here for the go-atlys documentation

Repository Structure

atlys/
├── cmd/
│   └── atlysd/
│       └── main.go         # Main entry point
├── pkg/
│   ├── core/
│   │   ├── block.go
│   │   ├── chain.go
│   │   └── transaction.go
│   ├── bridge/
│   │   ├── bridge.go
│   │   ├── state.go
│   │   └── assets.go
│   ├── consensus/
│   │   ├── validator.go
│   │   ├── reputation.go
│   │   └── voting.go
│   ├── crypto/
│   │   ├── keys.go
│   │   └── signing.go
│   ├── network/
│   │   ├── p2p.go
│   │   └── rpc.go
│   └── types/
│       └── types.go
├── internal/
│   ├── config/
│   │   └── config.go
│   └── store/
│       └── store.go
├── api/
│   └── v1/
│       └── api.go
├── docs/
├── scripts/
└── test/

Directories

Path Synopsis
cmd
pkg
bridge
Package bridge implements asset management for the ATLYS protocol
Package bridge implements asset management for the ATLYS protocol
consensus
Package consensus implements the reputation scoring system for ATLYS
Package consensus implements the reputation scoring system for ATLYS
crypto
Package crypto implements cryptographic operations for ATLYS
Package crypto implements cryptographic operations for ATLYS
network
Package network implements the RPC server for the ATLYS protocol
Package network implements the RPC server for the ATLYS protocol

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL