All Projects → cybercongress → Launch Kit

cybercongress / Launch Kit

An awesome tool-kit for launching Cosmos-SDK and Tendermint-based projects

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Launch Kit

Go Cyber
Your 🔵 Superintelligence
Stars: ✭ 270 (+229.27%)
Mutual labels:  tendermint, ipfs
vocdoni-node
A set of libraries and tools for the Vocdoni decentralized backend infrastructure, the main ground of our universally verifiable, privacy-centric and scalable digital voting protocol
Stars: ✭ 58 (-29.27%)
Mutual labels:  ipfs, tendermint
Luigi Warehouse
A luigi powered analytics / warehouse stack
Stars: ✭ 72 (-12.2%)
Mutual labels:  workflow
Auto Assign Action
An action which adds reviewers to the pull request when the pull request is opened.
Stars: ✭ 78 (-4.88%)
Mutual labels:  workflow
Ipfd
An imageboard, but images are stored in a peer-to-peer network
Stars: ✭ 77 (-6.1%)
Mutual labels:  ipfs
Alfred Open With Vscode Workflow
Alfred 3 workflow for opening files or folders in Visual Studio Code.
Stars: ✭ 74 (-9.76%)
Mutual labels:  workflow
Setup Msys2
GitHub Action to setup MSYS2 (MSYS, MINGW64 and/or MINGW32)
Stars: ✭ 78 (-4.88%)
Mutual labels:  workflow
Theflow
Workflow automation library for .NET
Stars: ✭ 72 (-12.2%)
Mutual labels:  workflow
Element
DID Method implementation using the Sidetree protocol on top of Ethereum and IPFS
Stars: ✭ 80 (-2.44%)
Mutual labels:  ipfs
Nipype tutorial
Learn Nipype with these tutorial notebooks - go here to see them online -->
Stars: ✭ 76 (-7.32%)
Mutual labels:  workflow
Common Workflow Language
Repository for the CWL standards. Use https://cwl.discourse.group/ for support 😊
Stars: ✭ 1,222 (+1390.24%)
Mutual labels:  workflow
Supply Chain
Supply chain management on blockchain using Angular 4 + Truffle + IPFS + Ethereum
Stars: ✭ 76 (-7.32%)
Mutual labels:  ipfs
Fbi
Node.js workflow tool
Stars: ✭ 74 (-9.76%)
Mutual labels:  workflow
Dfile
[Python + Flask] DFile: A fancy S3-based file sharing mode
Stars: ✭ 79 (-3.66%)
Mutual labels:  ipfs
Flowr
Robust and efficient workflows using a simple language agnostic approach
Stars: ✭ 73 (-10.98%)
Mutual labels:  workflow
Jbpm
a Business Process Management (BPM) Suite
Stars: ✭ 1,226 (+1395.12%)
Mutual labels:  workflow
Maestrowf
A tool to easily orchestrate general computational workflows both locally and on supercomputers
Stars: ✭ 72 (-12.2%)
Mutual labels:  workflow
Agilework
可视化低代码快速开发平台,面向业务、企业管理系统定制开发平台和应用平台,包括设计器、应用端。提供业务配置和集成开发能力,用户通过可视化拖拉拽配置式操作即可快速构建出能同时在PC和移动端运行的各类管理系统,对于企业客户的信息系统在管理模式、业务流程、表单界面、数据可视化展示、IoT管控等个性化需求,可以通过设计器,快速的进行个性化配置。并支持企业微信,公众号,钉钉等移动集成,实现用户跨区域移动办公。从而构建企业个性化的行业应用、集成应用和复杂的业务报表。
Stars: ✭ 76 (-7.32%)
Mutual labels:  workflow
Machine
Machine is a workflow/pipeline library for processing data
Stars: ✭ 78 (-4.88%)
Mutual labels:  workflow
Bartlett
A simple Jenkins command line client to serve your needs.
Stars: ✭ 81 (-1.22%)
Mutual labels:  workflow

Launch kit

An awesome, must-have toolkit and a protocol for the Genesis launch. This toolkit provides a launch protocol to cosmos-based networks. A recommended workflow and the necessary tools for the compilation of genesis.json. It also includes a crisis protocol.

The network launch is a complex process with many complex factors. It starts with distribution development and does not conclude with the first block of the network.

This repo is an example of a working launch process of cyber. It is not a unique method for launching all types of projects, but the experience that we share can be very useful to others.

ToC

Launch protocol

The protocol has three zones:

  • Genesis preparation
  • Network and contracts running
  • Finalization

The Genesis preparation zone is used for collecting addresses for distribution, distribution parameters, network parameters, and genesis transactions. All the collected data is integrating into genesis.json, using the network_genesis.json template.

This zone is also about set upping a DAO as a future, governing entity.

The network and contracts running zone is the stage between block #1 of the launch and the latest block of the network. The latest block is defined by the results of the takeoff donation round. In other words: the latest block should come after all of the pending DAO commitments. This zone is defined as a danger zone because of a possible fault risk of the network, the contracts or both of them.

This zone contains three major events:

  • Deploying the web app for interacting with the network and DAO functions
  • Start of the takeoff donation round
  • Deploying Auction contracts
  • Token distribution

The finalization zone should be used after token distribution (as pended commitment). The main event of this zone is preparing for the mainnet.

launch workflow

Workflow

  1. Develop your distribution for the launch. This is the most important step in this guide. What is the total genesis supply? Which communities should be involved? How to distribute tokens? What method for distribution you want to use? How many tokens you want to distribute to the foundation, team, donors, inventors and so on. You can see our example at the distribution directory.

  2. According to your distribution, set up the cyber_distribution.json and manual_distribution.json files with the necessary values. More about that in the distribution directory.

  3. Set the parameters for the network. In the params directory you are welcome to open discussions about your great params decisions. Put all the params inside of the network_genesis.json.

  4. Select a set of tools for preparing the genesis accounts. This refers to communities gifts if your distribution includes any gifts for communities (like ours). There are two ways to include a group of addresses in the genesis file:

  • Using the genesis-generator-tool built-in method (quadratic function)
  • Using a custom method

In the first case, you just need a .csv file with the addresses and the native chain balances. The genesis-generator tool will parse the distribution files and apply the quadratic function for this group.

Notice. The addresses should be converted into the format that is suited to your network. For further details, see the provided converter.

In the second case, you can calculate the balances as you wish, and the genesis generator tool just inserts it in the right format. But you should take care of the distribution sum by yourself. This sum should be compatible with the values at cyber_distribution.json. More technical details in the genesis-generator-tool.

  1. After you have prepared all the files you need to move them to the genesis-generator-tool/data and start the genesis generation.

Tools

Network params

The network params are available at the params README

Distribution params

The distribution params are available at the distribution README

Crisis protocol

We can not guarantee that everything will go as expected. The software can be vulnerable. If anything goes wrong, cyber~Congress as the organiser of the game, has the full power of deciding whether the game must be restarted without any rewards or restarted with partial rewards, depending on the circumstances. In the case, such a circumstance shall arise we are going to count with community opinions.

We define 2 danger zones with probabilities to unexpected behaviour and one zone as an intersection of the defined zones:

  • Network running
  • Contracts running
  • The intersection of the two above

In case anything goes wrong, we’ve prepared a crisis protocol.

If the network will fail:

  1. Stop the contracts (claim app)
  2. Save current euler snapshot
  3. Relaunch next euler with previous euler genesis.json
  4. Start the contracts (claim app)

If the contracts will fail:

  1. Stop the contracts (claim app)
  2. Pool bounty
  3. Redeploy the contracts (claim app)
  4. Continue the auction

If everything gets fucked up from both ends, then:

  1. Stop the contracts (claim app)
  2. Save current euler snapshot
  3. One week pause for community discussions. And for cyber~Congress to make a decision

Points of truth

File name Description IPFS hash
cosmos.csv cosmos network balances state at block 1110000 QmcgfjcNwucHrSrWFNxKGYLjLouedYjyeP3hRrqD6P8m9K
ethereum.csv State of the Ethereum network balances on block 8080808, excluding contracts and addresses without, at least, one outgoing transaction QmVCMwK3273Wb4gddzmxiitquCe844Qe63SWVyWFA8gEsT
galaxies_balance.csv Galaxy balances for non-contract addresses with at least one outgoing transaction, on block 9110129 QmR7nbMZDrQE5wLoUhgKJ6pZiUkCyJ4bCfgDEyWGfH3SvJ
stars_balance.csv Stars balances of non-contract addresses, with at least one outgoing transaction, on block 9110129 QmUkXZcHB9L3cg2uqMC5ejkCaD3eWsZRmyuWtdATxZUMKj
planets_balance.csv Planet balances of non-contract addresses, with at least one outgoing transaction, on block 9110129 QmZjc2KEQMpvK3dudsyar1Qzq6e4M5ds3CCteUXbne6zxs
Unsigned euler-6 genesis.json QmYrZuyMvskb2tkY65Go1Dadh1axXjY4x3VfFadaSSRf8b
cyber_distribution Distribution by user group for euler-5/6 QmfW6pEsHnC76ZWwGgtbhnRq4fJrUdiU9tz9M2oUnw3JNr
manual_distribution.json Manual distribution inside of the groups for euler-5/6 QmbEX1yNqCXbLF9fqQbJrE58zm4EXF2A8K6WDy9LjXSecd
network_genesis.json The genesis.json template with current params for euler-6 QmNboiSbS4TP6xptek6uyUnuxL3uL4Xef9qbyR7BvuH8Sf
cyberlinks.json Euler-5 cyberlinks by address on block 1580000 block QmNsDrgrJfGvs4Z6mg7XU5KMjg49FGtjUET1NqNoCynrzP
precommits.csv Precommit count by validators on euler-5 testnet on block 1580000 QmdfktVx9jpRx45WTAW9YkfbVijr2pC1AyvuhcS2bSgULk
Signed euler-6 genesis.json QmZHpLc3H5RMXp3Z4LURNpKgNfXd3NZ8pZLYbjNFPL6T5n
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].