Skip to content
This repository has been archived by the owner on Oct 24, 2019. It is now read-only.

Commit

Permalink
=>Qitmeer
Browse files Browse the repository at this point in the history
  • Loading branch information
lochjin committed Aug 21, 2019
1 parent 5226999 commit 61edc47
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 HalalChain
Copyright (c) 2019 Qitmeer

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# qx

[![Build Status](https://travis-ci.com/HalalChain/qx.svg?branch=master)](https://travis-ci.com/HalalChain/qx)
[![Build Status](https://travis-ci.com/Qitmeer/qx.svg?branch=master)](https://travis-ci.com/Qitmeer/qx)

qx is a command-line tool that provides a variety of commands for key management and transaction construction, such as random "seed" generation, public/private key encoding etc. qx cab be built and distributed as a single file binary, which works like the swiss army knife of qitmeer


## Installation
### Binary archives
* Binary archives are published at [releases](https://github.com/HalalChain/qx/releases "releases").
* Binary archives are published at [releases](https://github.com/Qitmeer/qx/releases "releases").

### How to build

```shell
~ git clone https://github.com/HalalChain/qx.git
~ git clone https://github.com/Qitmeer/qx.git
~ cd qx
~ go build
~ ./qx
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/HalalChain/qx
module github.com/Qitmeer/qx

go 1.12

Expand Down
2 changes: 1 addition & 1 deletion qx.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"fmt"
"github.com/Qitmeer/qitmeer-lib/crypto/seed"
"github.com/Qitmeer/qitmeer-lib/wallet"
"github.com/HalalChain/qx/core"
"github.com/Qitmeer/qx/core"
"io/ioutil"
"os"
"strings"
Expand Down

0 comments on commit 61edc47

Please sign in to comment.