mirror of
https://github.com/aljazceru/crypto-ecosystems.git
synced 2026-01-14 11:14:25 +01:00
105 lines
2.3 KiB
TOML
105 lines
2.3 KiB
TOML
# Ecosystem Level Information
|
|
title = "SecondState"
|
|
|
|
# Sub Ecosystems
|
|
# These are the titles of other ecosystems in different .toml files in the /data/ecosystems directory
|
|
sub_ecosystems = [ "CyberMiles"]
|
|
|
|
# Github Organizations
|
|
# This is a list of links to associated github organizations.
|
|
github_organizations = ["https://github.com/CyberMiles", "https://github.com/second-state"]
|
|
|
|
# Repositories
|
|
# These are structs including a url and tags for a git repository. These URLS do not have to be on github.
|
|
|
|
[[repo]]
|
|
url = "https://github.com/second-state/soll"
|
|
|
|
[[repo]]
|
|
url = "https://github.com/second-state/soll-ewasm-testbench"
|
|
|
|
[[repo]]
|
|
url = "https://github.com/second-state/search-on-chain"
|
|
|
|
[[repo]]
|
|
url = "https://github.com/second-state/aleth-lity"
|
|
|
|
[[repo]]
|
|
url = "https://github.com/second-state/blog"
|
|
|
|
[[repo]]
|
|
url = "https://github.com/second-state/buidl"
|
|
|
|
[[repo]]
|
|
url = "https://github.com/second-state/devchain"
|
|
|
|
[[repo]]
|
|
url = "https://github.com/second-state/devchain-config"
|
|
|
|
[[repo]]
|
|
url = "https://github.com/second-state/devops"
|
|
|
|
[[repo]]
|
|
url = "https://github.com/second-state/es-ss.js"
|
|
|
|
[[repo]]
|
|
url = "https://github.com/second-state/ethereumjs-vm"
|
|
|
|
[[repo]]
|
|
url = "https://github.com/second-state/evm-benchmark"
|
|
|
|
[[repo]]
|
|
url = "https://github.com/second-state/evmc-lity"
|
|
|
|
[[repo]]
|
|
url = "https://github.com/second-state/guardian"
|
|
|
|
[[repo]]
|
|
url = "https://github.com/second-state/json.lity"
|
|
|
|
[[repo]]
|
|
url = "https://github.com/second-state/libeni"
|
|
|
|
[[repo]]
|
|
url = "https://github.com/second-state/libra-research"
|
|
|
|
[[repo]]
|
|
url = "https://github.com/second-state/lity"
|
|
|
|
[[repo]]
|
|
url = "https://github.com/second-state/litylang-web"
|
|
|
|
[[repo]]
|
|
url = "https://github.com/second-state/lityvm"
|
|
|
|
[[repo]]
|
|
url = "https://github.com/second-state/micro-slots"
|
|
|
|
[[repo]]
|
|
url = "https://github.com/second-state/opendapps"
|
|
|
|
[[repo]]
|
|
url = "https://github.com/second-state/remix"
|
|
|
|
[[repo]]
|
|
url = "https://github.com/second-state/smart-contract-search-engine"
|
|
|
|
[[repo]]
|
|
url = "https://github.com/second-state/testnet"
|
|
|
|
[[repo]]
|
|
url = "https://github.com/second-state/truffle"
|
|
|
|
[[repo]]
|
|
url = "https://github.com/second-state/venus"
|
|
|
|
[[repo]]
|
|
url = "https://github.com/second-state/web3-ss.js"
|
|
|
|
[[repo]]
|
|
url = "https://github.com/second-state/whitepapers"
|
|
|
|
[[repo]]
|
|
url = "https://github.com/second-state/www"
|
|
|