chainlib

Generic blockchain access library and tooling
Log | Files | Refs | README | LICENSE

commit b206d70c4948c2b77d1b6708522f8ad0df4e9f15
parent fed106497f11b1f37b015a4ff0e9123e478c658f
Author: lash <dev@holbrook.no>
Date:   Mon, 14 Nov 2022 18:45:57 +0000

Update links in readme

Diffstat:
MREADME.md | 4++--
Msetup.cfg | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -40,5 +40,5 @@ There are no (exhaustive) tutorial planned for chainlib. All you need to know sh ## See also -* The [chainsyncer](https://gitlab.com/chaintool/chainsyncer) project, which provides a simple chain syncer framework allowing for an arbitrary amount of pluggable code to be executed for each block transaction. -* The [chainqueue](https://gitlab.com/chaintool/chainqueue) project, which provides a transaction queueing daemon that handles conditional submisssion and resubmission of transactions to the network. +* The [chainsyncer](https://git.defalsify.org/chainsyncer) project, which provides a simple chain syncer framework allowing for an arbitrary amount of pluggable code to be executed for each block transaction. +* The [chainqueue](https://git.defalsify.org/chainqueue) project, which provides a transaction queueing daemon that handles conditional submisssion and resubmission of transactions to the network. diff --git a/setup.cfg b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name=chainlib -license=OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+) +license=AGPLv3+ author_email=dev@holbrook.no description=Generic blockchain access library and tooling version=0.4.3