Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 1.02 KB

README.md

File metadata and controls

16 lines (14 loc) · 1.02 KB

AElf Developer Tools

This repository contains tools that helps developers write and test AElf C# smart contracts more easily. The tools are:

  1. aelf.tools An MsBuild tool that is based on gRPC Tool. It helps developers generate protobuf/grpc code. See the doc.
  2. aelf.contractdetector Currently it's only used by aelf.testing.testbase, it's to detect the dependencies that are Contracts. See the doc.
  3. aelf.testing.testbase It contains the TestBase, that handles the chain setup and system contract deployments which are required to set up the process for testing smart contract functionality. See the doc.
  4. templates It contains a BingoGame template that can be used in dotnet new so that a user can modify it and implement their own smart contract. See the doc.