GithubHelp home page GithubHelp logo

buildbearlabs / erc404 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sanamumer/example-erc404

2.0 1.0 3.0 1.11 MB

License: MIT License

Shell 0.02% JavaScript 6.06% TypeScript 80.33% CSS 0.10% Solidity 13.50%

erc404's Introduction

๐Ÿ— Scaffold-ETH 2 x Buildbear

๐Ÿงช An open-source, up-to-date toolkit for building decentralized applications (dapps) on the Ethereum blockchain. It's designed to make it easier for developers to create and deploy smart contracts and build user interfaces that interact with those contracts.

Scaffold-Eth 2 x Buildbear lets you create your own private Sandbox, (optional)forked for various EVM and EVM-compatible blockchain networks, with your own Token faucet and blockchain explorer

Key Features

1. Creating your private testnet

image

2. Use your Sandbox faucet

image

3. Effortlessly debug transactions within your sandbox using the built-in explorer and transaction tracer.

image

4. Experience rapid transactions on BuildBear, completing in under 3 seconds.

Debug Contracts tab

Requirements

Before you begin, you need to install the following tools:

Quickstart

To get started with Scaffold-ETH 2, follow the steps below:

  1. Clone this repo & install dependencies
git clone https://github.com/scaffold-eth/scaffold-eth-2.git
cd scaffold-eth-2
yarn install
  1. create your private Sandbox:
yarn fork-bb

This command allows you to create a BuildBear SandBox details are stored in packages/buildbear/sandbox.json

  1. Deploy the test contract:
yarn deploy

This command deploys smart contracts to your BuildBear Sandbox. You can find the contracts in the packages/hardhat/contracts directory and modify them to fit your needs. The yarn deploy command utilizes the deploy script located in packages/hardhat/deploy to handle the deployment process on the network. This script is also customizable.

Please Note: The Aave and Swap contracts leverage the Mainnet protocols within the sandbox. Currently, they are configured for the Ethereum Mainnet contract address. If you're creating your sandbox from a different chain, you'll need to provide the following:

  1. On a second terminal, start your NextJS app:
yarn start

Visit your app on: http://localhost:3000. You can interact with your smart contract using the Debug Contracts page. You can tweak the app config in packages/nextjs/scaffold.config.ts.

Run smart contract test with yarn hardhat:test

  • Edit your smart contract YourContract.sol in packages/hardhat/contracts
  • Edit your frontend in packages/nextjs/pages
  • Edit your deployment scripts in packages/hardhat/deploy

Please note that the hardhat.config.ts and scaffold.config.ts files are currently configured for BuildBear sandboxes. If you want to use a different network, you can set it as the default in these files.

Documentation

Visit docs to learn how to start building with Scaffold-ETH 2.

Visit docs to learn how to start building with BuildBear.

๐Ÿ’ฌ Support Chat

Join the telegram support chat ๐Ÿ’ฌ or buidlguidl discord to ask questions and find others building with ๐Ÿ— scaffold-eth!

erc404's People

Contributors

sanam-umer avatar

Stargazers

samuele coppede avatar Kaushal Singh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.