-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release v0.2.0: config file, get balance, transfer tokens, public key…
… info, node peers and configs commands (#37)
- Loading branch information
1 parent
c6d5aaf
commit 41280e4
Showing
58 changed files
with
3,051 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
exclude: | ||
- develop | ||
- master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
If you create new CLI commands, use this pull request description as | ||
template — https://github.com/Remmeauth/remme-core-cli/pull/3. Else remove this line. | ||
|
||
### Jira references | ||
- Ticket (task) — | ||
|
||
### Description | ||
Description of the changes.. | ||
|
||
![picture_name](picture_url) | ||
|
||
### Implemented | ||
— Add.. | ||
— Create.. | ||
|
||
### References | ||
- Subject — https://github.com | ||
- Subject — https://github.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
FROM python:3.7 | ||
|
||
RUN apt-get update && apt-get install -y libsecp256k1-dev | ||
|
||
WORKDIR /remme-core-cli | ||
COPY . /remme-core-cli | ||
|
||
RUN pip3 install -r requirements.txt -r requirements-dev.txt -r requirements-tests.txt | ||
|
||
CMD sleep 7200 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
node-url: node-genesis-testnet.remme.io |
Empty file.
Oops, something went wrong.