https://github.com/threefoldtech/tfchain
Threefold Chain.
https://github.com/threefoldtech/tfchain
blockchain rust substrate
Last synced: about 2 months ago
JSON representation
Threefold Chain.
- Host: GitHub
- URL: https://github.com/threefoldtech/tfchain
- Owner: threefoldtech
- License: apache-2.0
- Created: 2020-12-23T11:38:36.000Z (over 4 years ago)
- Default Branch: development
- Last Pushed: 2025-03-18T01:06:50.000Z (2 months ago)
- Last Synced: 2025-04-09T17:09:56.759Z (about 2 months ago)
- Topics: blockchain, rust, substrate
- Language: Rust
- Homepage:
- Size: 69.6 MB
- Stars: 16
- Watchers: 12
- Forks: 11
- Open Issues: 71
-
Metadata Files:
- Readme: docs/readme.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Documentation
## Development
For information about the development process, see: [development](./development).
## Production
For information about the process to deploy on production, see [production](./production/production.md).
## Testing
To fire all unit tests:
Make sure you have setup your work environment (see [development](./development)).
```bash
cd substrate-node
cargo test
```For integration tests, see [integration-tests](../substrate-node/tests/readme.md)
## Workflows
- Build and Test: Every commit triggers a build and test process, where tfchain is compiled and all unit and integration tests are executed.
## Release process
See [upgrade-process](./production/upgrade_process.md)