> For the complete documentation index, see [llms.txt](https://amaxg.gitbook.io/whitepaper-eng/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://amaxg.gitbook.io/whitepaper-eng/resources/2.-learning-resources.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
