mirror of
https://github.com/aljazceru/crypto-ecosystems.git
synced 2026-02-12 01:14:20 +01:00
Add hardhat ecosystem
This commit is contained in:
91
data/ecosystems/h/hardhat.toml
Normal file
91
data/ecosystems/h/hardhat.toml
Normal file
@@ -0,0 +1,91 @@
|
||||
# Ecosystem Level Information
|
||||
title = "Hardhat"
|
||||
|
||||
sub_ecosystems = []
|
||||
|
||||
github_organizations = ["https://github.com/nomiclabs"]
|
||||
|
||||
# Repositories
|
||||
[[repo]]
|
||||
url = "https://github.com/nomiclabs/buidler"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/nomiclabs/buidler-docker-solc"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/nomiclabs/buidler-ethers"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/nomiclabs/buidler-etherscan"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/nomiclabs/buidler-evm-demo"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/nomiclabs/buidler-hackathon-boilerplate"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/nomiclabs/buidler-solhint"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/nomiclabs/buidler-solpp"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/nomiclabs/buidler-truffle4"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/nomiclabs/buidler-truffle5"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/nomiclabs/buidler-ts-plugin-boilerplate"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/nomiclabs/buidler-web3"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/nomiclabs/buidler-web3-legacy"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/nomiclabs/eth-sig-util"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/nomiclabs/ethereum-hackathon-setup-checker"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/nomiclabs/ethereumjs-vm"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/nomiclabs/evmodin"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/nomiclabs/hardhat"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/nomiclabs/hardhat-hackathon-boilerplate"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/nomiclabs/hardhat-ignition"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/nomiclabs/hardhat-ts-plugin-boilerplate"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/nomiclabs/hardhat-vscode-feedback"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/nomiclabs/solidity-coverage"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/nomiclabs/solidity-debugging-symbols-pocs"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/nomiclabs/solidity-without-gitattributes"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/nomiclabs/truffle"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/nomiclabs/truffle-flattener"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/nomiclabs/WebSocket-Node"
|
||||
Reference in New Issue
Block a user