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 requirementsarrow-up-right before you start.

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

  1. Install EOSIO binariesarrow-up-right: Steps to install EOSIO pre-built binaries.

  2. Install CDTarrow-up-right: Steps to install the EOSIO CDT(Contracts Development Kit) which will be a compiler.

  3. Create a Wallet for Developmentarrow-up-right: Steps to create a development wallet to store the key pair.

  4. Start Keosd & Nodeosarrow-up-right: Steps to start Keosd and Nodeos.

  5. Create an Account for Developmentarrow-up-right: Steps to create the first blockchain account for the smart contract.

Github: https://github.com/bizamainet/bizamainetarrow-up-right

Release note: https://github.com/bizamainet/bizamainet/releasesarrow-up-right

Smart contract guide: https://developers.bizauto.io/smart-contract-guidesarrow-up-right

Last updated