KO
|
EN
gitlite — search
Search
#hacktoberfest
#javascript
#python
#machine-learning
#css
#html
#typescript
#home-assistant
#deep-learning
#portfolio
#hacktoberfest2021
#vuejs
kyve
★ 72
Open GitHub ↗
KYVE - A protocol for verified data-streams
Download README (.md)
Explore Similar Repositories
abacus
:
A small yet valid double-entry accounting system in Python and command line.
botter_lab
:
No description available.
CUMCM2020-Desert-Game
:
2020数学建模国赛B题沙漠游戏,同济经管小组论文介绍、源码、Latex论文,全国一等奖
awesome-das
:
A curated list of DAS tools and resources.
league-tools
:
A cross-platform desktop app with many League Client exploits (e.g profile customization)
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
kyve
?
Download (.md)
<p align="center"> <a href="https://kyve.network"> <img src="https://user-images.githubusercontent.com/62398724/110093923-289d6400-7d93-11eb-9d37-3ab7de5b752b.png" height="96"> </a> <h3 align="center"><code>@kyve</code></h3> <p align="center">A protocol for verified data streams.</p> </p> ## Running a node ### Requirements - Arweave Keyfile (use [ArConnect](https://arconnect.io) to generate one). - Ethereum Keyfile. - $DEV + $KYVE tokens (you can get both for free [here](https://app.kyve.network/faucet)). ### Setup To run the node, follow the guide [here](integrations/node/README.md) ## Integrations ### Existing integrations - Avalanche - Cosmos - Polkadot - SmartWeave - Solana - Zilliqa ### Creating a custom integration To create a new integration, follow the steps described in `@kyve/core`. You can find a detailed explanation [here](/common/core/README.md). ## Contributing To contribute to this repository please follow these steps: 1. Clone the repository ``` https://github.com/KYVENetwork/kyve.git ``` 2. Install and link dependencies ``` yarn setup ```