La levée de fonds de 7 millions d’euros mi-2017 par la start-up Stratumn auprès d’acteurs de la finance (Open CNP, Otium, Nasdaq, Digital Currency Group) est un parfait exemple des apports mutuels de ces deux types d’acteurs: plus que de l’investissement, c’est l’occasion pour ces entreprises de sceller un partenariat stratégique avec cette FinTech.
Sebastien Couture
@seb2point0
Thanks @SalomonOli_twitter
Asmodat
@asmodat
hello
I wanted to ask if you are building your project using cosmos/tendermint, because I have seen your fork on git and wondered because I am managing a list of such projects
so I could include you if that's the case
Alexandre Thibault
@alexppxela
Hello @asmodat ,we build our application using tendermint or fabric. The fork exists only for proposing fixes or enhancements to the tendermint team
Asmodat
@asmodat
so you didn't decided yet ?
gdansou
@gdansou
Hello i try using indigo core to build proof of process blockchain. i try to make a network with my indigo nodes but i can't . i don't find documentation about create nodes network with indigo. can you please help me?
There is a page explaining how to install indigo core and some tutorials to show how to use proof of process
gdansou
@gdansou
Hello @alexppxela thanks for your answer. Yes i visited your website. but tutorial is about how to create one indigo node and run it locally. what i want to do is to create two indigo nodes on different machine with aims to build indigo decentralized network.
Alexandre Thibault
@alexppxela
You can launch strat generate your_cluster_name and choose "An Indigo Tendermint cluster". It will generate a good configuration for your cluster.
gdansou
@gdansou
thanks! i will try it. i assume it is available for indigo v0.3.0?
Alexandre Thibault
@alexppxela
Instead of lauching cluster with docker, you can copy one tmapp configuration directory per server
yes, it works for v0.3.0
you'll have to connect your tendermint nodes using generated scripts/dial.sh (you will have to modify it to use your good hostname/ip)
gdansou
@gdansou
many thanks @alexppxela
gdansou
@gdansou
i got this error when i try to create my process. i haven't got this error with v0.2.0
panic: Panicked on a Sanity Check: Could not create directory /tendermint/config. mkdir /tendermint/config: permission denied
even if i used sudo right
any idea?
Bastien Teinturier
@t-bast
Hey @gdansou I hit the same error as you did recently. We discussed this extensively with the Tendermint team because it's an issue with their tendermint docker image. They are planning on fixing it but they haven't patched their docker images yet.
Their recommendation in the meantime was to build your own docker image of Tendermint and use that. I'll get you the link to the dockerfile to do that.