# 2. Learning Resources

A local development environment is a local machine that satisfies the system requirements. The requirements are to install the EOSIO software and its associated dependencies; it allows you to run a local blockchain instance and deploy smart contracts.

Please check[ the system requirements](https://github.com/bizamainet/bizamainet#supported-operating-systems) before you start.

Here are steps to prepare your local development environment to build and deploy smart contracts.

1. [Install EOSIO binaries](https://github.com/bizamainet/bizamainet#prebuilt-binaries): Steps to install EOSIO pre-built binaries.
2. [Install CDT](https://developers.bizauto.io/getting-started-guides/local-development-environment#install-eosio-cdt): Steps to install the EOSIO CDT(Contracts Development Kit) which will be a compiler.
3. [Create a Wallet for Development](https://developers.bizauto.io/getting-started-guides/local-development-environment#create-development-wallet): Steps to create a development wallet to store the key pair.
4. [Start Keosd & Nodeos](https://developers.bizauto.io/getting-started-guides/local-development-environment#start-keosd-nodeos): Steps to start Keosd and Nodeos.
5. [Create an Account for Development](https://developers.bizauto.io/getting-started-guides/local-development-environment#create-development-account): Steps to create the first blockchain account for the smart contract.

Github: <https://github.com/bizamainet/bizamainet>

Release note: <https://github.com/bizamainet/bizamainet/releases>

Smart contract guide: <https://developers.bizauto.io/smart-contract-guides>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://amaxg.gitbook.io/whitepaper-eng/resources/2.-learning-resources.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
