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

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

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

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

  3. Create a Wallet for Development: Steps to create a development wallet to store the key pair

  4. Start Keosd & Nodeos: Steps to start Keosd and Nodeos

  5. Create a Account for Development: 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

Last updated