mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-10-14 00:59:33 +00:00
[NOD-693] Update link to license (#639)
This commit is contained in:
parent
ee08531a52
commit
9745f31b69
@ -4,7 +4,7 @@ Kaspad
|
|||||||
Warning: This is pre-alpha software. There's no guarantee anything works.
|
Warning: This is pre-alpha software. There's no guarantee anything works.
|
||||||
====
|
====
|
||||||
|
|
||||||
[](http://copyfree.org)
|
[](https://choosealicense.com/licenses/isc/)
|
||||||
[](http://godoc.org/github.com/kaspanet/kaspad)
|
[](http://godoc.org/github.com/kaspanet/kaspad)
|
||||||
|
|
||||||
Kaspad is the reference full node Kaspa implementation written in Go (golang).
|
Kaspad is the reference full node Kaspa implementation written in Go (golang).
|
||||||
@ -75,5 +75,5 @@ The documentation is a work-in-progress. It is located in the [docs](https://git
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Kaspad is licensed under the [copyfree](http://copyfree.org) ISC License.
|
Kaspad is licensed under the copyfree [ISC License](https://choosealicense.com/licenses/isc/).
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
blockchain
|
blockchain
|
||||||
==========
|
==========
|
||||||
|
|
||||||
[](http://copyfree.org)
|
[](https://choosealicense.com/licenses/isc/)
|
||||||
[](http://godoc.org/github.com/kaspanet/kaspad/blockchain)
|
[](http://godoc.org/github.com/kaspanet/kaspad/blockchain)
|
||||||
|
|
||||||
Package blockdag implements Kaspa block handling, organization of the blockDAG,
|
Package blockdag implements Kaspa block handling, organization of the blockDAG,
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
indexers
|
indexers
|
||||||
========
|
========
|
||||||
|
|
||||||
[](http://copyfree.org)
|
[](https://choosealicense.com/licenses/isc/)
|
||||||
[](http://godoc.org/github.com/kaspanet/kaspad/blockdag/indexers)
|
[](http://godoc.org/github.com/kaspanet/kaspad/blockdag/indexers)
|
||||||
|
|
||||||
Package indexers implements optional block chain indexes.
|
Package indexers implements optional block chain indexes.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
connmgr
|
connmgr
|
||||||
=======
|
=======
|
||||||
|
|
||||||
[](http://copyfree.org)
|
[](https://choosealicense.com/licenses/isc/)
|
||||||
[](http://godoc.org/github.com/kaspanet/kaspad/connmgr)
|
[](http://godoc.org/github.com/kaspanet/kaspad/connmgr)
|
||||||
|
|
||||||
Package connmgr implements a generic Kaspa network connection manager.
|
Package connmgr implements a generic Kaspa network connection manager.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
dagconfig
|
dagconfig
|
||||||
========
|
========
|
||||||
|
|
||||||
[](http://copyfree.org)
|
[](https://choosealicense.com/licenses/isc/)
|
||||||
[](http://godoc.org/github.com/kaspanet/kaspad/dagconfig)
|
[](http://godoc.org/github.com/kaspanet/kaspad/dagconfig)
|
||||||
|
|
||||||
Package dagconfig defines DAG configuration parameters for the standard
|
Package dagconfig defines DAG configuration parameters for the standard
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
database
|
database
|
||||||
========
|
========
|
||||||
|
|
||||||
[](http://copyfree.org)
|
[](https://choosealicense.com/licenses/isc/)
|
||||||
[](http://godoc.org/github.com/kaspanet/kaspad/database)
|
[](http://godoc.org/github.com/kaspanet/kaspad/database)
|
||||||
|
|
||||||
Package database provides a block and metadata storage database.
|
Package database provides a block and metadata storage database.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ffldb
|
ffldb
|
||||||
=====
|
=====
|
||||||
|
|
||||||
[](http://copyfree.org)
|
[](https://choosealicense.com/licenses/isc/)
|
||||||
[](http://godoc.org/github.com/kaspanet/kaspad/database/ffldb)
|
[](http://godoc.org/github.com/kaspanet/kaspad/database/ffldb)
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
treap
|
treap
|
||||||
=====
|
=====
|
||||||
|
|
||||||
[](http://copyfree.org)
|
[](https://choosealicense.com/licenses/isc/)
|
||||||
[](http://godoc.org/github.com/kaspanet/kaspad/database/internal/treap)
|
[](http://godoc.org/github.com/kaspanet/kaspad/database/internal/treap)
|
||||||
|
|
||||||
Package treap implements a treap data structure that is used to hold ordered
|
Package treap implements a treap data structure that is used to hold ordered
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ecc
|
ecc
|
||||||
=====
|
=====
|
||||||
|
|
||||||
[](http://copyfree.org)
|
[](https://choosealicense.com/licenses/isc/)
|
||||||
[](http://godoc.org/github.com/kaspanet/kaspad/ecc)
|
[](http://godoc.org/github.com/kaspanet/kaspad/ecc)
|
||||||
|
|
||||||
Package ecc implements elliptic curve cryptography needed for working with
|
Package ecc implements elliptic curve cryptography needed for working with
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
mempool
|
mempool
|
||||||
=======
|
=======
|
||||||
|
|
||||||
[](http://copyfree.org)
|
[](https://choosealicense.com/licenses/isc/)
|
||||||
[](http://godoc.org/github.com/kaspanet/kaspad/mempool)
|
[](http://godoc.org/github.com/kaspanet/kaspad/mempool)
|
||||||
|
|
||||||
Package mempool provides a policy-enforced pool of unmined kaspa transactions.
|
Package mempool provides a policy-enforced pool of unmined kaspa transactions.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
netsync
|
netsync
|
||||||
=======
|
=======
|
||||||
|
|
||||||
[](http://copyfree.org)
|
[](https://choosealicense.com/licenses/isc/)
|
||||||
[](http://godoc.org/github.com/kaspanet/kaspad/netsync)
|
[](http://godoc.org/github.com/kaspanet/kaspad/netsync)
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
peer
|
peer
|
||||||
====
|
====
|
||||||
|
|
||||||
[](http://copyfree.org)
|
[](https://choosealicense.com/licenses/isc/)
|
||||||
[](http://godoc.org/github.com/kaspanet/kaspad/peer)
|
[](http://godoc.org/github.com/kaspanet/kaspad/peer)
|
||||||
|
|
||||||
Package peer provides a common base for creating and managing kaspa network
|
Package peer provides a common base for creating and managing kaspa network
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
rpcclient
|
rpcclient
|
||||||
=========
|
=========
|
||||||
|
|
||||||
[](http://copyfree.org)
|
[](https://choosealicense.com/licenses/isc/)
|
||||||
[](http://godoc.org/github.com/kaspanet/kaspad/rpcclient)
|
[](http://godoc.org/github.com/kaspanet/kaspad/rpcclient)
|
||||||
|
|
||||||
rpcclient implements a Websocket-enabled Kaspa JSON-RPC client package written
|
rpcclient implements a Websocket-enabled Kaspa JSON-RPC client package written
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
rpcmodel
|
rpcmodel
|
||||||
=======
|
=======
|
||||||
|
|
||||||
[](http://copyfree.org)
|
[](https://choosealicense.com/licenses/isc/)
|
||||||
[](http://godoc.org/github.com/kaspanet/kaspad/rpcmodel)
|
[](http://godoc.org/github.com/kaspanet/kaspad/rpcmodel)
|
||||||
|
|
||||||
Package rpcmodel implements concrete types for marshalling to and from the
|
Package rpcmodel implements concrete types for marshalling to and from the
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
txscript
|
txscript
|
||||||
========
|
========
|
||||||
|
|
||||||
[](http://copyfree.org)
|
[](https://choosealicense.com/licenses/isc/)
|
||||||
[](http://godoc.org/github.com/kaspanet/kaspad/txscript)
|
[](http://godoc.org/github.com/kaspanet/kaspad/txscript)
|
||||||
|
|
||||||
Package txscript implements the kaspa transaction script language. There is
|
Package txscript implements the kaspa transaction script language. There is
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
util
|
util
|
||||||
=======
|
=======
|
||||||
|
|
||||||
[](http://copyfree.org)
|
[](https://choosealicense.com/licenses/isc/)
|
||||||
[](http://godoc.org/github.com/kaspanet/util)
|
[](http://godoc.org/github.com/kaspanet/util)
|
||||||
|
|
||||||
Package util provides kaspa-specific convenience functions and types.
|
Package util provides kaspa-specific convenience functions and types.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
base58
|
base58
|
||||||
==========
|
==========
|
||||||
|
|
||||||
[](http://copyfree.org)
|
[](https://choosealicense.com/licenses/isc/)
|
||||||
[](http://godoc.org/github.com/kaspanet/kaspad/util/base58)
|
[](http://godoc.org/github.com/kaspanet/kaspad/util/base58)
|
||||||
|
|
||||||
Package base58 provides an API for encoding and decoding to and from the
|
Package base58 provides an API for encoding and decoding to and from the
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
bech32
|
bech32
|
||||||
==========
|
==========
|
||||||
|
|
||||||
[](http://copyfree.org)
|
[](https://choosealicense.com/licenses/isc/)
|
||||||
[](http://godoc.org/github.com/kaspanet/kaspad/util/bech32)
|
[](http://godoc.org/github.com/kaspanet/kaspad/util/bech32)
|
||||||
|
|
||||||
Package bech32 provides a Go implementation of the bech32 format.
|
Package bech32 provides a Go implementation of the bech32 format.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
bloom
|
bloom
|
||||||
=====
|
=====
|
||||||
|
|
||||||
[](http://copyfree.org)
|
[](https://choosealicense.com/licenses/isc/)
|
||||||
[](http://godoc.org/github.com/kaspanet/kaspad/util/bloom)
|
[](http://godoc.org/github.com/kaspanet/kaspad/util/bloom)
|
||||||
|
|
||||||
Package bloom provides an API for dealing with kaspa-specific bloom filters.
|
Package bloom provides an API for dealing with kaspa-specific bloom filters.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
daghash
|
daghash
|
||||||
=========
|
=========
|
||||||
|
|
||||||
[](http://copyfree.org)
|
[](https://choosealicense.com/licenses/isc/)
|
||||||
[](http://godoc.org/github.com/kaspanet/kaspad/util/daghash)
|
[](http://godoc.org/github.com/kaspanet/kaspad/util/daghash)
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
hdkeychain
|
hdkeychain
|
||||||
==========
|
==========
|
||||||
|
|
||||||
[](http://copyfree.org)
|
[](https://choosealicense.com/licenses/isc/)
|
||||||
[](http://godoc.org/github.com/kaspanet/kaspad/util/hdkeychain)
|
[](http://godoc.org/github.com/kaspanet/kaspad/util/hdkeychain)
|
||||||
|
|
||||||
Package hdkeychain provides an API for kaspa hierarchical deterministic
|
Package hdkeychain provides an API for kaspa hierarchical deterministic
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
txsort
|
txsort
|
||||||
======
|
======
|
||||||
|
|
||||||
[](http://copyfree.org)
|
[](https://choosealicense.com/licenses/isc/)
|
||||||
[](http://godoc.org/github.com/kaspanet/kaspad/util/txsort)
|
[](http://godoc.org/github.com/kaspanet/kaspad/util/txsort)
|
||||||
|
|
||||||
Package txsort provides the transaction sorting compatible with to [BIP 69](https://github.com/bitcoin/bips/blob/master/bip-0069.mediawiki).
|
Package txsort provides the transaction sorting compatible with to [BIP 69](https://github.com/bitcoin/bips/blob/master/bip-0069.mediawiki).
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
wire
|
wire
|
||||||
====
|
====
|
||||||
|
|
||||||
[](http://copyfree.org)
|
[](https://choosealicense.com/licenses/isc/)
|
||||||
[](http://godoc.org/github.com/kaspanet/kaspad/wire)
|
[](http://godoc.org/github.com/kaspanet/kaspad/wire)
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user