Giter Club home page Giter Club logo

commercio-consortium's Introduction

Commercio.network - The Documents Blockchain

GitHub release CircleCI codecov Go Report Card GitHub code size in bytes GitHub

Commercio.network, as known as The Documents Blockchain is the easiest way for companies to manage their business documents using the blockchain technology.

Our ultimate goal is not just to share documents, but to create a network of trusted organizations.

References

Version

Current Software Version is v5.1.0

Current Chain Version is commercio-3

Quick Start

To compile our software (Debian/Ubuntu SO)

apt update && apt upgrade -y
apt install -y git gcc make unzip
snap install --classic go


echo 'export GOPATH="$HOME/go"' >> ~/.profile
echo 'export PATH="$GOPATH/bin:$PATH"' >> ~/.profile
echo 'export PATH="$PATH:/snap/bin"' >> ~/.profile

source ~/.profile

git clone https://github.com/commercionetwork/commercionetwork.git
cd commercionetwork
git checkout tags/v5.1.0
go mod verify
make install

You can verify your installation with

commercionetworkd version

commercio-consortium's People

Contributors

errevi avatar marcotradenet avatar nicolacontin avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

commercio-consortium's Issues

BECAME VALIDATOR: Delega fallita

Nel documento al link:

https://github.com/commercionetwork/commercio-consortium/blob/upgrade-from-v2-to-v3/testnet/11k/becoming-validator.md

eseguo nell'ordine:

  1. commercionetworkd keys add $NODENAME -> OK
  2. commercionetworkd query bank balances --chain-id $CHAINID -> Mi dice che non ho token e allora eseguo: https://faucet-testnet.commercio.network/give?addr=your_pub_addr_creator_val&amount=10000 -> OK: la risposta che ottengo è la seguente:

balances:

  • amount: "10000"
    denom: ucommercio
    pagination:
    next_key: null
    total: "0"
  1. export VALIDATOR_PUBKEY=$(commercionetworkd tendermint show-validator) -> OK
  2. commercionetworkd tx staking create-validator
    --amount=10000ucommercio
    --pubkey=$VALIDATOR_PUBKEY
    --moniker="$NODENAME"
    --chain-id="$CHAINID"
    --identity=""
    --website=""
    --details=""
    --commission-rate="0.10"
    --commission-max-rate="0.20"
    --commission-max-change-rate="0.01"
    --min-self-delegation="1"
    --from=
    --fees=10000ucommercio
    -y (con i dati richiesti correttamente valorizzati) -> NOK: il messaggio che ottengo è il seguente:

{"height":"5222356","txhash":"1C5E0715EE8D78E742C51084965A4B7F79A10BB13E9CBC7257D83C9AAB875603","codespace":"sdk","code":5,"data":"","raw_log":"failed to execute message; message index: 0: failed to delegate; 0ucommercio is smaller than 10000ucommercio: insufficient funds","logs":[],"info":"","gas_wanted":"200000","gas_used":"118157","tx":null,"timestamp":""}

Attendo indicazioni.

Grazie.

Paragraph not closed

HI, I think you have to close the paragraph :
"Follow these steps only if compiled the binary locally (not on your node)"
Cause the subsequent part is everyone's mandatory

Probabile problema nella documentazione nell'installazione di un nuovo nodo validatore TESTNET 3.0

Sto installando, un nodo validatore nuovo con la TESTNET 3.0 seguendo il documento:

https://github.com/commercionetwork/commercio-consortium/tree/upgrade-from-v2-to-v3/testnet/11k

Nel passaggio della documentazione dove afferma:

Init the .commercionetwork folder with the basic configuration:

commercionetworkd unsafe-reset-all
commercionetworkd init $NODENAME

Install genesis.json file:

rm -rf ~/.commercionetwork/config/genesis.json
cp genesis.json ~/.commercionetwork/config

Nell'eseguire il comando cp genesis.json..., non posso procedere in quanto il file non è presente.

Attendo un cortese cenno di risposta.

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.