Skip to content

zhifenglee-aelf/aelf-developer-tools

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 97.3%
  • Dockerfile 2.7%