Giter VIP home page Giter VIP logo

lukso-cli's Introduction

LUKSO CLI

Download

Install

Use the following command to download lukso inside /usr/local/bin directory.

sudo curl https://raw.githubusercontent.com/lukso-network/lukso-cli/main/install.sh | sudo bash

RC

to only download the binary use

sudo curl https://raw.githubusercontent.com/lukso-network/lukso-cli/main/install-rc.sh | sudo bash

Commands

HERE you can find the documentation of the commands.

Network

The network subcommand contains commands relevant for running a node or adding a validator.

lukso network 

Wallet

The wallet subcommand deals with the properties of a single wallet

lukso wallet

UP

The up subcommand deals with the universal profile smart contracts

lukso up

Development

Install Cobra

go install github.com/spf13/cobra-cli@latest

cobra init --pkg-name luksocli

Test

Add A New Command

Execute

cobra-cli add [COMMAND_NAME] # lukso-cli

If it is a subcommand of examplecmd then rename the file to

mv cmd/[command_name].go cmd/[examplecmd]_[command_name].go

Generate the doc with

go run main.go docs 

Release

Release are created by creating a Git release. Make sure to

  1. modify install.sh with the desired version
  2. add updates to CHANGELOG.md
  3. cmd/root.go -> rootCmd.Version

lukso-cli's People

Contributors

lschellenberg avatar meta-bot avatar andocodes avatar nandotheessen avatar

Stargazers

 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.