Files
Brian Doyle 566e5f5832 Rename Base Camp to Base Learn (#649)
* Rename Base Camp to Base Learn

* Rename Base Camp to Base Learn

* Update learn link

* change wallet type property from camel to snake case (#643)

* Update api key requirement, minor style updates (#642)

* Fix type and clarify inheritance ex (#655)

* Document Reth snapshot URLs (#651)

* feat(ecosystem): New additions to Ecosystem page (#647)

* feat(ecosystem): New additions to Ecosystem page

* chore(Ecosystem): Add image for Dynamic

* Update preparing-for-fault-proofs-on-base-sepolia.md (#633)

Update preparing-for-fault-proofs-on-base-sepolia

* Fix conflict

* fix conflict

---------

Co-authored-by: Brendan from DeFi <brendan.forster@coinbase.com>
Co-authored-by: Danyal Prout <danyal.prout@coinbase.com>
Co-authored-by: wbnns <hello@wbnns.com>
Co-authored-by: Olexandr Radovenchyk <radole1203@gmail.com>
2024-07-23 17:44:11 -04:00

1.1 KiB

title, description, keywords, hide_table_of_contents
title description keywords hide_table_of_contents
Overview Learn about development environment options
Hardhat
Foundry
Remix
smart contract development
development
development environments
false

As the popularity and possibilities of building onchain have increased, so has the number, quality, and ease of setup for a variety of smart contract development environments. Most of the smart contract development content in Base Learn is done in Remix, an online IDE that allows you to dive right into learning without worrying about setup.

However, the setup of professional tools for local development is far less burdensome than it used to be. Foundry and Hardhat are two popular choices, both with excellent communities.

You may wish to select and install one of these now, but feel free to skip those sections and go to right Smart Contract Development if you're happy learning with an online editor!