Show the crate…
3 stable releases
2.1.2 | Jun 23, 2021 |
---|---|
2.0.2 | Apr 3, 2021 |
2.0.1 | Apr 1, 2021 |
#96 in #tetcore
840 downloads per month
Used in 159 crates
(via tp-runtime-interface)
54KB
1K
SLoC
Tetcore ·
🚀 Tetcore enables the rapid prototyping of blockchains built for any purpose.
Trying it out
Simply go to core.tetcoin.org and follow the installation instructions. You can also try out one of the tutorials.
Contributions & Code of Conduct
Please follow the contributions guidelines as outlined in docs/CONTRIBUTING.adoc
. In all communications and contributions, this project follows the Contributor Covenant Code of Conduct.
Security
The security policy and procedures can be found in docs/SECURITY.md
.
License
- Tetcore Primitives (
tp-*
), Fabric (fabric-*
) and the nobles (nobles-*
), binaries (/bin
) and all other utilities are licensed under Apache 2.0. - Tetcore Client (
/client/*
/tc-*
) is licensed under GPL v3.0 with a classpath linking exception.
The reason for the split-licensing is to ensure that for the vast majority of teams using Tetcore to create feature-chains, then all changes can be made entirely in Apache2-licensed code, allowing teams full freedom over what and how they release and giving licensing clarity to commercial teams.
In the interests of the community, we require any deeper improvements made to Tetcore's core logic (e.g. Tetcore's internal consensus, crypto or database code) to be contributed back so everyone can benefit.
lib.rs
:
This crate provides procedural macros for usage within the context of the Tetcore runtime interface.
The following macros are provided:
- The
#[runtime_interface]
attribute macro for generating the runtime interfaces. - The
PassByCodec
derive macro for implementingPassBy
withCodec
. - The
PassByEnum
derive macro for implementingPassBy
withEnum
. - The
PassByInner
derive macro for implementingPassBy
withInner
.
Dependencies
~2MB
~46K SLoC