Contributing

We want to make Star Tower the best it can be. We would be very grateful if you are willing to contribute. Contributing will not only improve Star Tower, but also deepen your understanding of blockchain technology. To ensure a smooth process, please read this document carefully and follow our guidelines. We are happy to review your code, but please make sure to submit a clean pull request.

Star Tower implements the cryptographic functions of the blockchain, including elliptic curve cryptography, hashing, address derivation, and transaction signing. However, other features such as networking and UI have not yet been implemented. For advanced users, Star Tower Wallet Core is like a black box that takes inputs from the blockchain and users (such as UTXO and private keys) and generates outputs (such as signed and encoded transactions). Please keep this in mind when adding features.

Last updated