From 577195895e5872547ea67ff01b73f4e554b965bd Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Tue, 27 Aug 2019 21:10:50 -0700 Subject: [PATCH] Various updates from github organizations. --- data/ecosystems/a/agoric.toml | 12 ++++++++ data/ecosystems/a/airswap.toml | 6 ++++ data/ecosystems/a/aleph-zero.toml | 12 ++++---- data/ecosystems/b/bolt-labs.toml | 3 ++ data/ecosystems/c/colony.toml | 6 ++++ data/ecosystems/c/counterfactual.toml | 3 ++ data/ecosystems/d/dfuse-io.toml | 3 ++ data/ecosystems/d/digixdao.toml | 6 ++++ data/ecosystems/e/eos-knights.toml | 3 ++ data/ecosystems/f/fantom.toml | 12 ++++++++ data/ecosystems/h/hush.toml | 6 ++++ data/ecosystems/i/imtoken.toml | 3 ++ data/ecosystems/j/joint-ventures.toml | 3 ++ data/ecosystems/k/kin.toml | 15 ++++++++++ data/ecosystems/k/kittiefight.toml | 6 ++++ data/ecosystems/l/lambda.toml | 3 ++ data/ecosystems/m/medibloc-qrc20.toml | 9 ++++++ data/ecosystems/m/metadium.toml | 6 ++++ data/ecosystems/m/metahash.toml | 3 ++ data/ecosystems/m/metamask.toml | 3 ++ data/ecosystems/m/metaverse-etp.toml | 36 ++++++++++++++++++++++++ data/ecosystems/n/nash-exchange.toml | 3 ++ data/ecosystems/o/ontology.toml | 3 ++ data/ecosystems/o/oscoin.toml | 6 ++++ data/ecosystems/q/qtum.toml | 3 ++ data/ecosystems/q/quarkchain.toml | 9 ++++++ data/ecosystems/r/rsk-smart-bitcoin.toml | 6 ++++ data/ecosystems/s/solana.toml | 6 ++++ 28 files changed, 189 insertions(+), 6 deletions(-) diff --git a/data/ecosystems/a/agoric.toml b/data/ecosystems/a/agoric.toml index 5911dc4a..2f4b37d5 100644 --- a/data/ecosystems/a/agoric.toml +++ b/data/ecosystems/a/agoric.toml @@ -18,6 +18,15 @@ url = "https://github.com/Agoric/babel-eslint" [[repo]] url = "https://github.com/Agoric/cosmic-swingset" +[[repo]] +url = "https://github.com/Agoric/cosmic-workspace" + +[[repo]] +url = "https://github.com/Agoric/default-evaluate-options" + +[[repo]] +url = "https://github.com/Agoric/Documentation" + [[repo]] url = "https://github.com/Agoric/error-stack-shim" @@ -57,6 +66,9 @@ url = "https://github.com/Agoric/make-flowcomm" [[repo]] url = "https://github.com/Agoric/make-hardener" +[[repo]] +url = "https://github.com/Agoric/make-importer" + [[repo]] url = "https://github.com/Agoric/marshal" diff --git a/data/ecosystems/a/airswap.toml b/data/ecosystems/a/airswap.toml index 8041f0d0..e5b9de97 100644 --- a/data/ecosystems/a/airswap.toml +++ b/data/ecosystems/a/airswap.toml @@ -6,6 +6,9 @@ sub_ecosystems = [] github_organizations = ["https://github.com/airswap"] # Repositories +[[repo]] +url = "https://github.com/airswap/airswap-protocols" + [[repo]] url = "https://github.com/airswap/airswap-subgraph" @@ -21,6 +24,9 @@ url = "https://github.com/airswap/auto-remediate" [[repo]] url = "https://github.com/airswap/aws-secret-operator" +[[repo]] +url = "https://github.com/airswap/bounties" + [[repo]] url = "https://github.com/airswap/circleci-orbs" diff --git a/data/ecosystems/a/aleph-zero.toml b/data/ecosystems/a/aleph-zero.toml index b6d506c9..3cf4a905 100644 --- a/data/ecosystems/a/aleph-zero.toml +++ b/data/ecosystems/a/aleph-zero.toml @@ -1,16 +1,16 @@ # Ecosystem Level Information title = "Aleph Zero" -# Sub Ecosystems -# These are the titles of other ecosystems in different .toml files in the /data/ecosystems directory sub_ecosystems = [] -# Github Organizations -# This is a list of links to associated github organizations. github_organizations = ["https://github.com/aleph-zero-foundation"] # 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/aleph-zero-foundation/Proof-of-Concept" + +[[repo]] +url = "https://github.com/alephzerofoundation/crypto" + [[repo]] url = "https://github.com/alephzerofoundation/Proof-of-Concept" -tags = ["Protocol"] diff --git a/data/ecosystems/b/bolt-labs.toml b/data/ecosystems/b/bolt-labs.toml index aae9cc9b..01a714c5 100644 --- a/data/ecosystems/b/bolt-labs.toml +++ b/data/ecosystems/b/bolt-labs.toml @@ -6,6 +6,9 @@ sub_ecosystems = [] github_organizations = ["https://github.com/boltlabs-inc"] # Repositories +[[repo]] +url = "https://github.com/boltlabs-inc/bench-libs" + [[repo]] url = "https://github.com/boltlabs-inc/bn" diff --git a/data/ecosystems/c/colony.toml b/data/ecosystems/c/colony.toml index 8561aab9..32096389 100644 --- a/data/ecosystems/c/colony.toml +++ b/data/ecosystems/c/colony.toml @@ -18,6 +18,9 @@ url = "https://github.com/JoinColony/budgetBox" [[repo]] url = "https://github.com/JoinColony/bulma-scss" +[[repo]] +url = "https://github.com/JoinColony/chewie" + [[repo]] url = "https://github.com/JoinColony/codemod-proptypes-to-flow" @@ -102,6 +105,9 @@ url = "https://github.com/JoinColony/ipfs-mini" [[repo]] url = "https://github.com/JoinColony/jest-sandbox" +[[repo]] +url = "https://github.com/JoinColony/JoinColony.github.io" + [[repo]] url = "https://github.com/JoinColony/meteor-package-hookedweb3provider" diff --git a/data/ecosystems/c/counterfactual.toml b/data/ecosystems/c/counterfactual.toml index 5b8d0687..07787648 100644 --- a/data/ecosystems/c/counterfactual.toml +++ b/data/ecosystems/c/counterfactual.toml @@ -24,5 +24,8 @@ url = "https://github.com/counterfactual/research" [[repo]] url = "https://github.com/counterfactual/truffle-box" +[[repo]] +url = "https://github.com/counterfactual/Waffle" + [[repo]] url = "https://github.com/counterfactual/website" diff --git a/data/ecosystems/d/dfuse-io.toml b/data/ecosystems/d/dfuse-io.toml index 17acc51c..c1b32983 100644 --- a/data/ecosystems/d/dfuse-io.toml +++ b/data/ecosystems/d/dfuse-io.toml @@ -74,3 +74,6 @@ url = "https://github.com/dfuse-io/graphql-transport-ws" [[repo]] url = "https://github.com/dfuse-io/snippets" + +[[repo]] +url = "https://github.com/dfuse-io/subscriptions-transport-ws" diff --git a/data/ecosystems/d/digixdao.toml b/data/ecosystems/d/digixdao.toml index 8e59d805..529326e6 100644 --- a/data/ecosystems/d/digixdao.toml +++ b/data/ecosystems/d/digixdao.toml @@ -18,6 +18,12 @@ url = "https://github.com/DigixGlobal/Bank-profile" [[repo]] url = "https://github.com/DigixGlobal/cacp-contracts" +[[repo]] +url = "https://github.com/DigixGlobal/conduit_nsq" + +[[repo]] +url = "https://github.com/DigixGlobal/conduit_plugs" + [[repo]] url = "https://github.com/DigixGlobal/contest" diff --git a/data/ecosystems/e/eos-knights.toml b/data/ecosystems/e/eos-knights.toml index b3e7ba53..c5ba19e7 100644 --- a/data/ecosystems/e/eos-knights.toml +++ b/data/ecosystems/e/eos-knights.toml @@ -33,5 +33,8 @@ url = "https://github.com/bada-studio/knights_support" [[repo]] url = "https://github.com/bada-studio/labs" +[[repo]] +url = "https://github.com/bada-studio/openzeppelin-contracts" + [[repo]] url = "https://github.com/bada-studio/thebadatoken" diff --git a/data/ecosystems/f/fantom.toml b/data/ecosystems/f/fantom.toml index d6f110d0..725a9f03 100644 --- a/data/ecosystems/f/fantom.toml +++ b/data/ecosystems/f/fantom.toml @@ -135,9 +135,18 @@ url = "https://github.com/Fantom-foundation/libconsensus-paxos-rs" [[repo]] url = "https://github.com/Fantom-foundation/libconsensus-raft-rs" +[[repo]] +url = "https://github.com/Fantom-foundation/libhash" + +[[repo]] +url = "https://github.com/Fantom-foundation/libhash-sha3" + [[repo]] url = "https://github.com/Fantom-foundation/libnode-membership" +[[repo]] +url = "https://github.com/Fantom-foundation/librevm-rs" + [[repo]] url = "https://github.com/Fantom-foundation/libtransport" @@ -159,6 +168,9 @@ url = "https://github.com/Fantom-foundation/libtransport-streaming" [[repo]] url = "https://github.com/Fantom-foundation/libtransport-tcp" +[[repo]] +url = "https://github.com/Fantom-foundation/libvm" + [[repo]] url = "https://github.com/Fantom-foundation/libvm-rs" diff --git a/data/ecosystems/h/hush.toml b/data/ecosystems/h/hush.toml index dfb67ec1..bf90ee0e 100644 --- a/data/ecosystems/h/hush.toml +++ b/data/ecosystems/h/hush.toml @@ -135,6 +135,12 @@ url = "https://github.com/MyHush/SilentDragon" [[repo]] url = "https://github.com/MyHush/silentdragon-docs" +[[repo]] +url = "https://github.com/MyHush/SilentDragonAndroid" + +[[repo]] +url = "https://github.com/MyHush/SilentDragonWormhole" + [[repo]] url = "https://github.com/MyHush/wallet.myhush.org" diff --git a/data/ecosystems/i/imtoken.toml b/data/ecosystems/i/imtoken.toml index 910c1ee9..d4a18530 100644 --- a/data/ecosystems/i/imtoken.toml +++ b/data/ecosystems/i/imtoken.toml @@ -132,6 +132,9 @@ url = "https://github.com/consenlabs/react-native-webview-bridge" [[repo]] url = "https://github.com/consenlabs/react-native-wkwebview" +[[repo]] +url = "https://github.com/consenlabs/rust-bitcoin" + [[repo]] url = "https://github.com/consenlabs/secp256k1" diff --git a/data/ecosystems/j/joint-ventures.toml b/data/ecosystems/j/joint-ventures.toml index 9fd3906a..c4618c26 100644 --- a/data/ecosystems/j/joint-ventures.toml +++ b/data/ecosystems/j/joint-ventures.toml @@ -8,3 +8,6 @@ github_organizations = ["https://github.com/JointVentures"] # Repositories [[repo]] url = "https://github.com/JointVentures/JointContracts" + +[[repo]] +url = "https://github.com/JointVentures/jv-comments" diff --git a/data/ecosystems/k/kin.toml b/data/ecosystems/k/kin.toml index 363f7962..dd280b12 100644 --- a/data/ecosystems/k/kin.toml +++ b/data/ecosystems/k/kin.toml @@ -27,6 +27,9 @@ url = "https://github.com/kinecosystem/appsDiscovery-Android" [[repo]] url = "https://github.com/kinecosystem/atn-android" +[[repo]] +url = "https://github.com/kinecosystem/blockchain-docker-quickstart" + [[repo]] url = "https://github.com/kinecosystem/blockchain-load-testing" @@ -141,6 +144,12 @@ url = "https://github.com/kinecosystem/kin-appreciation-module-options-menu-ios" [[repo]] url = "https://github.com/kinecosystem/kin-backup-restore-module-ios" +[[repo]] +url = "https://github.com/kinecosystem/kin-base-csharp" + +[[repo]] +url = "https://github.com/kinecosystem/kin-chrome-extension" + [[repo]] url = "https://github.com/kinecosystem/kin-core-android" @@ -189,6 +198,9 @@ url = "https://github.com/kinecosystem/kin-ecosystem-ios-sdk" [[repo]] url = "https://github.com/kinecosystem/kin-ecosystem-sdk-docs" +[[repo]] +url = "https://github.com/kinecosystem/kin-history-module-android" + [[repo]] url = "https://github.com/kinecosystem/kin-ios-bi-client" @@ -228,6 +240,9 @@ url = "https://github.com/kinecosystem/kin-sdk-python-ethereum" [[repo]] url = "https://github.com/kinecosystem/kin-sdk-unity" +[[repo]] +url = "https://github.com/kinecosystem/kin-sendkin-module-android" + [[repo]] url = "https://github.com/kinecosystem/Kin-Stellar-SampleApp-Automation" diff --git a/data/ecosystems/k/kittiefight.toml b/data/ecosystems/k/kittiefight.toml index 5c5ea29a..dc580c10 100644 --- a/data/ecosystems/k/kittiefight.toml +++ b/data/ecosystems/k/kittiefight.toml @@ -9,6 +9,12 @@ github_organizations = ["https://github.com/kittiefight"] [[repo]] url = "https://github.com/kittiefight/contracts" +[[repo]] +url = "https://github.com/kittiefight/drizzle" + +[[repo]] +url = "https://github.com/kittiefight/drizzle-react-plugin" + [[repo]] url = "https://github.com/kittiefight/DutchAuction" diff --git a/data/ecosystems/l/lambda.toml b/data/ecosystems/l/lambda.toml index 3deaee35..0d0b441d 100644 --- a/data/ecosystems/l/lambda.toml +++ b/data/ecosystems/l/lambda.toml @@ -9,6 +9,9 @@ github_organizations = ["https://github.com/LambdaIM"] [[repo]] url = "https://github.com/LambdaIM/community-contributor" +[[repo]] +url = "https://github.com/LambdaIM/cosmos-sdk" + [[repo]] url = "https://github.com/LambdaIM/demo" diff --git a/data/ecosystems/m/medibloc-qrc20.toml b/data/ecosystems/m/medibloc-qrc20.toml index 71627c8c..90f06eb5 100644 --- a/data/ecosystems/m/medibloc-qrc20.toml +++ b/data/ecosystems/m/medibloc-qrc20.toml @@ -45,6 +45,9 @@ url = "https://github.com/medibloc/merklizer-old" [[repo]] url = "https://github.com/medibloc/mobile-id" +[[repo]] +url = "https://github.com/medibloc/myData" + [[repo]] url = "https://github.com/medibloc/panacea-core" @@ -54,9 +57,15 @@ url = "https://github.com/medibloc/panacea-java" [[repo]] url = "https://github.com/medibloc/panacea-js" +[[repo]] +url = "https://github.com/medibloc/panacea-js-old" + [[repo]] url = "https://github.com/medibloc/panacea-launch" +[[repo]] +url = "https://github.com/medibloc/panacea-networks" + [[repo]] url = "https://github.com/medibloc/phr-java" diff --git a/data/ecosystems/m/metadium.toml b/data/ecosystems/m/metadium.toml index 840e3668..efa7eeb4 100644 --- a/data/ecosystems/m/metadium.toml +++ b/data/ecosystems/m/metadium.toml @@ -30,6 +30,9 @@ url = "https://github.com/METADIUM/governance-spec" [[repo]] url = "https://github.com/METADIUM/ipfs-cluster" +[[repo]] +url = "https://github.com/METADIUM/JWTsSwift" + [[repo]] url = "https://github.com/METADIUM/keepin_android_sdk" @@ -93,5 +96,8 @@ url = "https://github.com/METADIUM/static" [[repo]] url = "https://github.com/METADIUM/verifiable-credential-java" +[[repo]] +url = "https://github.com/METADIUM/VerifiableSwift" + [[repo]] url = "https://github.com/METADIUM/web3ja" diff --git a/data/ecosystems/m/metahash.toml b/data/ecosystems/m/metahash.toml index aca583e0..802c9708 100644 --- a/data/ecosystems/m/metahash.toml +++ b/data/ecosystems/m/metahash.toml @@ -105,6 +105,9 @@ url = "https://github.com/metahashorg/php-mhcrypto" [[repo]] url = "https://github.com/metahashorg/signnode-php" +[[repo]] +url = "https://github.com/metahashorg/torrent_common_utils" + [[repo]] url = "https://github.com/metahashorg/v8_vm" diff --git a/data/ecosystems/m/metamask.toml b/data/ecosystems/m/metamask.toml index 8c400631..559f14d2 100644 --- a/data/ecosystems/m/metamask.toml +++ b/data/ecosystems/m/metamask.toml @@ -246,6 +246,9 @@ url = "https://github.com/MetaMask/uglifyify" [[repo]] url = "https://github.com/MetaMask/vault-decryptor" +[[repo]] +url = "https://github.com/MetaMask/wallet-permissions-spec" + [[repo]] url = "https://github.com/MetaMask/web3-provider-engine" diff --git a/data/ecosystems/m/metaverse-etp.toml b/data/ecosystems/m/metaverse-etp.toml index f37eb5c1..019e906e 100644 --- a/data/ecosystems/m/metaverse-etp.toml +++ b/data/ecosystems/m/metaverse-etp.toml @@ -15,10 +15,19 @@ url = "https://github.com/mvs-org/libzmq" [[repo]] url = "https://github.com/mvs-org/lightwallet" +[[repo]] +url = "https://github.com/mvs-org/lightwallet-metastore" + [[repo]] url = "https://github.com/mvs-org/metaverse" tags = ["Protocol"] +[[repo]] +url = "https://github.com/mvs-org/metaverse-mongo-sync-node" + +[[repo]] +url = "https://github.com/mvs-org/metaverse-ops" + [[repo]] url = "https://github.com/mvs-org/metaverse-rpc-js" @@ -28,6 +37,9 @@ url = "https://github.com/mvs-org/metaversej" [[repo]] url = "https://github.com/mvs-org/mips" +[[repo]] +url = "https://github.com/mvs-org/mvs-blockchain-js" + [[repo]] url = "https://github.com/mvs-org/mvs-coin-bridge" @@ -40,6 +52,15 @@ url = "https://github.com/mvs-org/mvs-docker" [[repo]] url = "https://github.com/mvs-org/mvs-explorer-api" +[[repo]] +url = "https://github.com/mvs-org/mvs-explorer-api-v2" + +[[repo]] +url = "https://github.com/mvs-org/mvs-explorer-frontend" + +[[repo]] +url = "https://github.com/mvs-org/mvs-explorer-statistics" + [[repo]] url = "https://github.com/mvs-org/mvs-explorer-websocket" @@ -61,12 +82,27 @@ url = "https://github.com/mvs-org/mvs-metastore" [[repo]] url = "https://github.com/mvs-org/mvs-package" +[[repo]] +url = "https://github.com/mvs-org/mvs-plugin-api" + +[[repo]] +url = "https://github.com/mvs-org/mvs-plugin-cli" + +[[repo]] +url = "https://github.com/mvs-org/mvs-plugin-hello-world" + +[[repo]] +url = "https://github.com/mvs-org/mvs-rawsign" + [[repo]] url = "https://github.com/mvs-org/mvsd-mongodb-sync" [[repo]] url = "https://github.com/mvs-org/mvsd-mysql-sync" +[[repo]] +url = "https://github.com/mvs-org/myetpwallet-landing" + [[repo]] url = "https://github.com/mvs-org/rpc-demo" diff --git a/data/ecosystems/n/nash-exchange.toml b/data/ecosystems/n/nash-exchange.toml index 999a12cf..4bb2e3a0 100644 --- a/data/ecosystems/n/nash-exchange.toml +++ b/data/ecosystems/n/nash-exchange.toml @@ -93,6 +93,9 @@ url = "https://github.com/neo-one-suite/neo-one-playground" [[repo]] url = "https://github.com/neo-one-suite/proposals" +[[repo]] +url = "https://github.com/neo-one-suite/test-actions" + [[repo]] url = "https://github.com/neo-one-suite/worker-loader" diff --git a/data/ecosystems/o/ontology.toml b/data/ecosystems/o/ontology.toml index 1482dddd..efdd5017 100644 --- a/data/ecosystems/o/ontology.toml +++ b/data/ecosystems/o/ontology.toml @@ -54,6 +54,9 @@ url = "https://github.com/ontio/neo-go-compiler" [[repo]] url = "https://github.com/ontio/OEPs" +[[repo]] +url = "https://github.com/ontio/ontio-wasm-build" + [[repo]] url = "https://github.com/ontio/ONTO" diff --git a/data/ecosystems/o/oscoin.toml b/data/ecosystems/o/oscoin.toml index 0fc74b1c..e2b02a8a 100644 --- a/data/ecosystems/o/oscoin.toml +++ b/data/ecosystems/o/oscoin.toml @@ -60,6 +60,9 @@ url = "https://github.com/oscoin/osrank-rs" [[repo]] url = "https://github.com/oscoin/qc-instances" +[[repo]] +url = "https://github.com/oscoin/reductive" + [[repo]] url = "https://github.com/oscoin/substrate" @@ -68,3 +71,6 @@ url = "https://github.com/oscoin/utils" [[repo]] url = "https://github.com/oscoin/z-base32-bytestring" + +[[repo]] +url = "https://github.com/oscoin/zockervols" diff --git a/data/ecosystems/q/qtum.toml b/data/ecosystems/q/qtum.toml index 2c5bdfc5..2c2faada 100644 --- a/data/ecosystems/q/qtum.toml +++ b/data/ecosystems/q/qtum.toml @@ -169,6 +169,9 @@ url = "https://github.com/qtumproject/qtum-ledger-wallet-chrome" [[repo]] url = "https://github.com/qtumproject/qtum-lightning" +[[repo]] +url = "https://github.com/qtumproject/qtum-neutron" + [[repo]] url = "https://github.com/qtumproject/qtum-opcodes-js" diff --git a/data/ecosystems/q/quarkchain.toml b/data/ecosystems/q/quarkchain.toml index e93ea2be..563b39b0 100644 --- a/data/ecosystems/q/quarkchain.toml +++ b/data/ecosystems/q/quarkchain.toml @@ -9,12 +9,21 @@ github_organizations = ["https://github.com/QuarkChain"] [[repo]] url = "https://github.com/QuarkChain/crowdsale-whitelist" +[[repo]] +url = "https://github.com/QuarkChain/ethminer" + +[[repo]] +url = "https://github.com/QuarkChain/goqkcclient" + [[repo]] url = "https://github.com/QuarkChain/open-cryptofate" [[repo]] url = "https://github.com/QuarkChain/pyquarkchain" +[[repo]] +url = "https://github.com/QuarkChain/QCEPs" + [[repo]] url = "https://github.com/QuarkChain/quarkchain-web3.js" diff --git a/data/ecosystems/r/rsk-smart-bitcoin.toml b/data/ecosystems/r/rsk-smart-bitcoin.toml index 01f670e5..bc43f2fd 100644 --- a/data/ecosystems/r/rsk-smart-bitcoin.toml +++ b/data/ecosystems/r/rsk-smart-bitcoin.toml @@ -21,6 +21,9 @@ url = "https://github.com/rsksmart/bitcoinj" [[repo]] url = "https://github.com/rsksmart/bitcoinj-thin" +[[repo]] +url = "https://github.com/rsksmart/bootstrap-exporter" + [[repo]] url = "https://github.com/rsksmart/dockerized-network" @@ -75,6 +78,9 @@ url = "https://github.com/rsksmart/RCM-protocol" [[repo]] url = "https://github.com/rsksmart/rds-protocol" +[[repo]] +url = "https://github.com/rsksmart/rds-ui" + [[repo]] url = "https://github.com/rsksmart/reproducible-builds" diff --git a/data/ecosystems/s/solana.toml b/data/ecosystems/s/solana.toml index 87ed8019..03ea244a 100644 --- a/data/ecosystems/s/solana.toml +++ b/data/ecosystems/s/solana.toml @@ -24,6 +24,9 @@ url = "https://github.com/solana-labs/compiler-builtins" [[repo]] url = "https://github.com/solana-labs/compiler-rt" +[[repo]] +url = "https://github.com/solana-labs/dc-homedir-skeleton" + [[repo]] url = "https://github.com/solana-labs/ed25519" @@ -93,6 +96,9 @@ url = "https://github.com/solana-labs/solana-perf-libs" [[repo]] url = "https://github.com/solana-labs/solana-pkcs8" +[[repo]] +url = "https://github.com/solana-labs/solana-voib-demo" + [[repo]] url = "https://github.com/solana-labs/solana-web3.js"