Inspiration

  • dfx command cli system is a large sets of commands, hard to remember and use. So I develop a agent to help me write commands

What it does

  • I setup a nodejs web server and a single html page. html page request command and the server exec the command and response the result to the html page.
  • html page can remember all the subcommands and options, so the user just pick what he want without input command.

How we built it

npm install
node app.js
  • visit dfx agent at localhost:3000

Challenges we ran into

  • some command work fail such as dfx start dfx identity new xxx

Accomplishments that we're proud of

  • the dfx agent help me know all the command in a very short time, I can't leave it.

What we learned

  • I have the idea for a long time, SUPERNOVE inspire me finished it. It's not so difficult as imagination
  • just do it.

What's next for dfx agent

  • more friendly user interface
  • multi country language

Built With

Share this project:

Updates