BuildBearLabs / Hardhat-BuildBear

Hardhat-BuildBear, lets you create your own Private Testnet, (optional) forked from the Mainnet, with your own Native and ERC20 Token Faucet and Blockchain Explorer.

Home Page:https://www.buildbear.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hardhat x BuildBear

Hardhat x BuildBear lets you create your own private testnet, (optional) forked from the mainnet, with your own Native and ERC20 Token faucet and blockchain Explorer.

🐻 Features of Hardhat x BuildBear

Create your Private Testnet

image

Use your personal Native & ERC20 Token Faucet

image

Use your personal Explorer with built-in Transaction Trace

image

🏄‍♂️ Quick Start

1️⃣ Clone/fork Hardhat x Buildbear:

git clone https://github.com/BuildBearLabs/Hardhat-BuildBear.git

2️⃣ Install dependencies

cd Hardhat-BuildBear
npm install

3️⃣ Create your private testnet (forked from the mainnet):

npm run createTestnet

Once the Testnet is live, its RPC, Explorer and Faucet details are added to the testnet.json file

4️⃣ To Deploy the Greeter.sol smart contract

npx hardhat run scripts/deploy-greeter.js

5️⃣ To Run the Test script Greeter-Test.js

npx hardhat test

🔭 Learning Resources

💬 Support Chat

Join the telegram support chat 💬

About

Hardhat-BuildBear, lets you create your own Private Testnet, (optional) forked from the Mainnet, with your own Native and ERC20 Token Faucet and Blockchain Explorer.

https://www.buildbear.io/

License:GNU General Public License v3.0


Languages

Language:JavaScript 89.1%Language:Solidity 10.9%