Skip to content

farukyasar/cosmic-horizon-native-chain-coho

 
 
Issues

Decentralized Gaming Blockchain built using cosmos sdk





Introduction

Qwoyn Blockchain is under heavy development and as result the above features are implemented to varying degrees of completeness. For more information about our approach and vision, see Qwoyn Blockchain Specification.

Documentation

Documentation for Qwoyn Blockchain is hosted at docs.qwoyn.studio. This includes installation instructions for users and developers, information about live networks running Qwoyn Blockchain, instructions on how to interact with local and live networks, infrastructure and module-specific documentation, tutorials for users and developers, migration guides for developers, upgrade guides for validators, a complete list of available commands, and more.

Contributing

Contributions are more than welcome and greatly appreciated. All the information you need to get started should be available in Contributing Guidelines. Please take the time to read through the contributing guidelines before opening an issue or pull request. The following prerequisites and commands cover the basics.

Prerequisites

Go Tools

Install go tools:

make tools

Git Hooks

Configure git hooks:

git config core.hooksPath scripts/githooks

Lint and Format

Run linter in all go modules:

make lint

Run linter and attempt to fix errors in all go modules:

make lint-fix

Run formatting in all go modules:

make format

Run linter for all proto files:

make proto-lint

Run linter and attempt to fix errors for all proto files:

make proto-lint-fix

Run formatting for all proto files:

make proto-format

Running Tests

Run all unit and integrations tests:

make test

Manual Testing

Build the qwoynd binary:

make build

View the available commands:

./build/qwoyn help

Related Repositories

About

Cosmic Horizon Blockchain

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 50.1%
  • JavaScript 43.1%
  • Go 5.3%
  • Rust 0.9%
  • Shell 0.5%
  • Makefile 0.1%