github.com/lino-network/lino@v0.6.11/README.md (about)

     1  # Lino Core
     2  
     3  [![API Reference](https://img.shields.io/badge/godoc-reference-blue.svg)](https://godoc.org/github.com/lino-network/lino)
     4  [![license](https://img.shields.io/badge/License-Apache%202.0-green.svg)](https://github.com/lino-network/lino/blob/master/LICENSE)
     5  <!-- [![LoC](https://tokei.rs/b1/github/lino-network/lino)](https://github.com/lino-network/lino) -->
     6  [![Build Status](https://travis-ci.org/lino-network/lino.svg?branch=master)](https://travis-ci.org/lino-network/lino)
     7  [![Go Report Card](https://goreportcard.com/badge/github.com/lino-network/lino)](https://goreportcard.com/report/github.com/lino-network/lino)
     8  [![riot.im](https://img.shields.io/badge/riot.im-JOIN%20CHAT-green.svg)](https://riot.im/app/#/room/#lino-blockchain:matrix.org)
     9  [![Gitter](https://img.shields.io/badge/Gitter-JOIN%20CHAT-green.svg)](https://gitter.im/Lino-Blockchain/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link)
    10  
    11  Welcome to Lino Blockchain. Lino aims to create a decentralized autonomous content economy, where content value can be recognized efficiently and all contributors can be incentivized directly and effectively to promote long-term economic growth. For more information about Lino refer to our [website](https://lino.network/).
    12  
    13  ## Documentation
    14  
    15  - [Docs](./docs/README.md)
    16  
    17  ## Library
    18  
    19  * [lino-go](https://github.com/lino-network/lino-go)
    20  * [lino-js](https://github.com/lino-network/lino-js)
    21  
    22  ## Resources
    23  
    24  - [Discord](https://discord.gg/TUxp3ww)
    25  - [Join the testnet](https://github.com/lino-network/testnets)
    26  - [Lino Testnet Tracker](https://tracker.lino.network/#/)
    27  - [Lino Account](https://account.lino.network/dashboard)
    28  - First DApp on Lino Blockchain: [DLive](https://dlive.tv/)
    29  
    30  ## Lino Blockchain Bug Bounty Rules & Guidelines
    31  
    32  We are very excited to announce the release of version 0.1.0 of Lino Core! Not all functionalities are implemented in this current version of code and Lino Core is still a work in progress. We sincerely appreciate your participation in Lino Core code contribution. Together, we can create the next generation of decentralized  video/streaming platforms!
    33  
    34  ### Rules
    35  
    36  1. Bug bounties will be rewarded on a first come first serve basis (first person to find the bug is rewarded the bounty for that particular bug. All others will be rejected for that bug). Bugs already known to the Lino team are not eligible for bounty rewards.
    37  
    38  2. Bug vulnerabilities disclosed publicly will not be eligible for a bounty. Please submit all bugs directly to bounty@lino.network.
    39  
    40  ### Rewards
    41  
    42  There will be two tiers of rewards for Lino Core bugs. Tiers will be reviewed and determined by Lino team based on the following criteria:
    43  
    44  1. Tier one – critical level bugs in code will result in 5,000 USD reward paid in BTC/ETH.
    45    * Bugs which can take control of Full Nodes or Validators by remote execution of any code
    46    * Bugs which can lead to private key leakage
    47    * Bugs which can incur Denial of Service(DoS)
    48    * Other high level bugs related to network security
    49  2. Tier two – lower level bugs in code will result in 500 USD reward paid in BTC/ETH
    50    * Data type overflow
    51    * Synchronization error / race condition
    52    * Other bugs that are not severe threats to network security
    53  
    54  ### Submission
    55  Please include a clear description(test code and instructions) in your submission so that it is easier for us to reproduce the error. 
    56  
    57  There are an unlimited number of submissions available for the bug bounty program. If you find relevant bugs in our blockchain code please feel free to report. You can submit an issue on this repo and we will review and reply.
    58  
    59  If you need more information about the Lino Network, please send an email to whitepaper@lino.network to request access to the whitepaper.
    60  
    61  
    62