mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-03-30 15:08: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.
|
||||
====
|
||||
|
||||
[](http://copyfree.org)
|
||||
[](https://choosealicense.com/licenses/isc/)
|
||||
[](http://godoc.org/github.com/kaspanet/kaspad)
|
||||
|
||||
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
|
||||
|
||||
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
|
||||
==========
|
||||
|
||||
[](http://copyfree.org)
|
||||
[](https://choosealicense.com/licenses/isc/)
|
||||
[](http://godoc.org/github.com/kaspanet/kaspad/blockchain)
|
||||
|
||||
Package blockdag implements Kaspa block handling, organization of the blockDAG,
|
||||
|
@ -1,7 +1,7 @@
|
||||
indexers
|
||||
========
|
||||
|
||||
[](http://copyfree.org)
|
||||
[](https://choosealicense.com/licenses/isc/)
|
||||
[](http://godoc.org/github.com/kaspanet/kaspad/blockdag/indexers)
|
||||
|
||||
Package indexers implements optional block chain indexes.
|
||||
|
@ -1,7 +1,7 @@
|
||||
connmgr
|
||||
=======
|
||||
|
||||
[](http://copyfree.org)
|
||||
[](https://choosealicense.com/licenses/isc/)
|
||||
[](http://godoc.org/github.com/kaspanet/kaspad/connmgr)
|
||||
|
||||
Package connmgr implements a generic Kaspa network connection manager.
|
||||
|
@ -1,7 +1,7 @@
|
||||
dagconfig
|
||||
========
|
||||
|
||||
[](http://copyfree.org)
|
||||
[](https://choosealicense.com/licenses/isc/)
|
||||
[](http://godoc.org/github.com/kaspanet/kaspad/dagconfig)
|
||||
|
||||
Package dagconfig defines DAG configuration parameters for the standard
|
||||
|
@ -1,7 +1,7 @@
|
||||
database
|
||||
========
|
||||
|
||||
[](http://copyfree.org)
|
||||
[](https://choosealicense.com/licenses/isc/)
|
||||
[](http://godoc.org/github.com/kaspanet/kaspad/database)
|
||||
|
||||
Package database provides a block and metadata storage database.
|
||||
|
@ -1,7 +1,7 @@
|
||||
ffldb
|
||||
=====
|
||||
|
||||
[](http://copyfree.org)
|
||||
[](https://choosealicense.com/licenses/isc/)
|
||||
[](http://godoc.org/github.com/kaspanet/kaspad/database/ffldb)
|
||||
=======
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
treap
|
||||
=====
|
||||
|
||||
[](http://copyfree.org)
|
||||
[](https://choosealicense.com/licenses/isc/)
|
||||
[](http://godoc.org/github.com/kaspanet/kaspad/database/internal/treap)
|
||||
|
||||
Package treap implements a treap data structure that is used to hold ordered
|
||||
|
@ -1,7 +1,7 @@
|
||||
ecc
|
||||
=====
|
||||
|
||||
[](http://copyfree.org)
|
||||
[](https://choosealicense.com/licenses/isc/)
|
||||
[](http://godoc.org/github.com/kaspanet/kaspad/ecc)
|
||||
|
||||
Package ecc implements elliptic curve cryptography needed for working with
|
||||
|
@ -1,7 +1,7 @@
|
||||
mempool
|
||||
=======
|
||||
|
||||
[](http://copyfree.org)
|
||||
[](https://choosealicense.com/licenses/isc/)
|
||||
[](http://godoc.org/github.com/kaspanet/kaspad/mempool)
|
||||
|
||||
Package mempool provides a policy-enforced pool of unmined kaspa transactions.
|
||||
|
@ -1,7 +1,7 @@
|
||||
netsync
|
||||
=======
|
||||
|
||||
[](http://copyfree.org)
|
||||
[](https://choosealicense.com/licenses/isc/)
|
||||
[](http://godoc.org/github.com/kaspanet/kaspad/netsync)
|
||||
|
||||
## Overview
|
||||
|
@ -1,7 +1,7 @@
|
||||
peer
|
||||
====
|
||||
|
||||
[](http://copyfree.org)
|
||||
[](https://choosealicense.com/licenses/isc/)
|
||||
[](http://godoc.org/github.com/kaspanet/kaspad/peer)
|
||||
|
||||
Package peer provides a common base for creating and managing kaspa network
|
||||
|
@ -1,7 +1,7 @@
|
||||
rpcclient
|
||||
=========
|
||||
|
||||
[](http://copyfree.org)
|
||||
[](https://choosealicense.com/licenses/isc/)
|
||||
[](http://godoc.org/github.com/kaspanet/kaspad/rpcclient)
|
||||
|
||||
rpcclient implements a Websocket-enabled Kaspa JSON-RPC client package written
|
||||
|
@ -1,7 +1,7 @@
|
||||
rpcmodel
|
||||
=======
|
||||
|
||||
[](http://copyfree.org)
|
||||
[](https://choosealicense.com/licenses/isc/)
|
||||
[](http://godoc.org/github.com/kaspanet/kaspad/rpcmodel)
|
||||
|
||||
Package rpcmodel implements concrete types for marshalling to and from the
|
||||
|
@ -1,7 +1,7 @@
|
||||
txscript
|
||||
========
|
||||
|
||||
[](http://copyfree.org)
|
||||
[](https://choosealicense.com/licenses/isc/)
|
||||
[](http://godoc.org/github.com/kaspanet/kaspad/txscript)
|
||||
|
||||
Package txscript implements the kaspa transaction script language. There is
|
||||
|
@ -1,7 +1,7 @@
|
||||
util
|
||||
=======
|
||||
|
||||
[](http://copyfree.org)
|
||||
[](https://choosealicense.com/licenses/isc/)
|
||||
[](http://godoc.org/github.com/kaspanet/util)
|
||||
|
||||
Package util provides kaspa-specific convenience functions and types.
|
||||
|
@ -1,7 +1,7 @@
|
||||
base58
|
||||
==========
|
||||
|
||||
[](http://copyfree.org)
|
||||
[](https://choosealicense.com/licenses/isc/)
|
||||
[](http://godoc.org/github.com/kaspanet/kaspad/util/base58)
|
||||
|
||||
Package base58 provides an API for encoding and decoding to and from the
|
||||
|
@ -1,7 +1,7 @@
|
||||
bech32
|
||||
==========
|
||||
|
||||
[](http://copyfree.org)
|
||||
[](https://choosealicense.com/licenses/isc/)
|
||||
[](http://godoc.org/github.com/kaspanet/kaspad/util/bech32)
|
||||
|
||||
Package bech32 provides a Go implementation of the bech32 format.
|
||||
|
@ -1,7 +1,7 @@
|
||||
bloom
|
||||
=====
|
||||
|
||||
[](http://copyfree.org)
|
||||
[](https://choosealicense.com/licenses/isc/)
|
||||
[](http://godoc.org/github.com/kaspanet/kaspad/util/bloom)
|
||||
|
||||
Package bloom provides an API for dealing with kaspa-specific bloom filters.
|
||||
|
@ -1,7 +1,7 @@
|
||||
daghash
|
||||
=========
|
||||
|
||||
[](http://copyfree.org)
|
||||
[](https://choosealicense.com/licenses/isc/)
|
||||
[](http://godoc.org/github.com/kaspanet/kaspad/util/daghash)
|
||||
=======
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
hdkeychain
|
||||
==========
|
||||
|
||||
[](http://copyfree.org)
|
||||
[](https://choosealicense.com/licenses/isc/)
|
||||
[](http://godoc.org/github.com/kaspanet/kaspad/util/hdkeychain)
|
||||
|
||||
Package hdkeychain provides an API for kaspa hierarchical deterministic
|
||||
|
@ -1,7 +1,7 @@
|
||||
txsort
|
||||
======
|
||||
|
||||
[](http://copyfree.org)
|
||||
[](https://choosealicense.com/licenses/isc/)
|
||||
[](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).
|
||||
|
@ -1,7 +1,7 @@
|
||||
wire
|
||||
====
|
||||
|
||||
[](http://copyfree.org)
|
||||
[](https://choosealicense.com/licenses/isc/)
|
||||
[](http://godoc.org/github.com/kaspanet/kaspad/wire)
|
||||
=======
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user