Git Product home page Git Product logo

aelf-cli's Introduction

AElf.Cli

How to install aelf command in local

  1. cd to the dir src/AElf.Cli, run dotnet pack

  2. Run following command in same dir

dotnet tool install --global --add-source ./nupkg aelf.cli
  1. Now you can use aelf cli
aelf start

Watch, you need to add your aelf keystore file (a json file) to aelf/keys dir, and config the address and password to src/AElf.Cli/appsettings.json file.

  1. dotnet pack need to be run again if you modify the code, then use dotnet tool update to update aelf cli
dotnet pack
dotnet tool update --global --add-source ./nupkg aelf.cli

How to add new command

  1. Add *Command.cs file to Commands dir and make this class inheri from IAElfCommand

  2. Impl following 3 methods

  • ExecuteAsync:The logic of executing this command
  • GetUsageInfo:Get more information about this command
  • GetShortDescription:Short decription of this command
  1. Then register this command to AElfCliModule.cs, the format you can ref to HelpCommand and StartCommand

  2. dotnet pack & dotnet tool update ... as stated before

aelf-cli's People

Contributors

eancuznaivy avatar eanzhao avatar zhxymh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.