https://github.com/tetcoin/tetcore
Rapid Blockchain Prototypes for Rust
https://github.com/tetcoin/tetcore
blockchain cryptocurrency framework prototype prototyping rust
Last synced: 12 months ago
JSON representation
Rapid Blockchain Prototypes for Rust
- Host: GitHub
- URL: https://github.com/tetcoin/tetcore
- Owner: tetcoin
- License: apache-2.0
- Created: 2021-01-30T05:12:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-18T08:37:11.000Z (about 3 years ago)
- Last Synced: 2025-04-02T18:51:06.523Z (12 months ago)
- Topics: blockchain, cryptocurrency, framework, prototype, prototyping, rust
- Language: Rust
- Homepage:
- Size: 125 MB
- Stars: 14
- Watchers: 4
- Forks: 3
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.adoc
- License: LICENSE-APACHE2
- Code of conduct: docs/CODE_OF_CONDUCT.md
- Codeowners: docs/CODEOWNERS
- Security: docs/SECURITY.md
Awesome Lists containing this project
README
# Tetcore ยท [](#LICENSE) [](docs/CONTRIBUTING.adoc)
[](https://ci.appveyor.com/project/xdv/tetcore) [](https://github.com/tetcoin/tetcore/actions/workflows/rust-debug.yml) [](https://github.com/tetcoin/tetcore/actions/workflows/rust-release.yml)
๐
Tetcore enables the rapid prototyping of blockchains built for any purpose.
## Trying it out
Simply go to [core.tetcoin.org](https://core.tetcoin.org) and follow the
[installation](https://core.tetcoin.org/docs/en/knowledgebase/getting-started/) instructions. You can
also try out one of the [tutorials](https://tetcoin.org/en/tutorials).
## Contributions & Code of Conduct
Please follow the contributions guidelines as outlined in [`docs/CONTRIBUTING.adoc`](docs/CONTRIBUTING.adoc). In all communications and contributions, this project follows the [Contributor Covenant Code of Conduct](docs/CODE_OF_CONDUCT.md).
## Security
The security policy and procedures can be found in [`docs/SECURITY.md`](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](LICENSE-APACHE2).
- Tetcore Client (`/client/*` / `tc-*`) is licensed under [GPL v3.0 with a classpath linking exception](LICENSE-GPL3).
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.