Pages:
Author

Topic: [BOUNTY] [ICO] Modex (MDX) - Smart Contract Marketplace - page 4. (Read 69556 times)

hero member
Activity: 835
Merit: 500
Thats so crazy,I have not more retweets and likes on my twitter time line for modex,whats happened Huh Cry I retweeted and liked all the times and now I have not any retweet or like:(

Maybe long time is gone and all is automaticaly cleared:(

I have not to participated in other twitter campaigns.


How to solve this problem Mr. Sylon? Maybe you have fixed all retweets and likes already?
full member
Activity: 896
Merit: 103
Mr Sylon - did you talk with team? When we recieve our rewards? also why spreadsheets are closed?
full member
Activity: 532
Merit: 103
Modex Developer Tools
https://blog.modex.tech/modex-developer-tools-423ba7d2d839

As a rule, every developer uses a programming language. You can code in PhP, in Java, you can code in Java for mobile phones using Android, you can code in Objective C for iOS devices and so on. Many people, who are not necessarily developers or don’t have extensive technical knowledge, associate the developer with the language. It’s not like this. In order to code, a developer, needs — first and foremost — a text editor such as Notepad, Notepad ++ or even Word. A code editor, such as and IDE, offers more advantages compared to the ones previously mentioned. For instance, if I’m in a Java language and I use a chain of keywords such as “if”, “then” and other commands available in that language, that editor can highlight and inform you that a certain command doesn’t exist.

In addition, the work of a developer is more than an editor and a written code. He also needs to make a back a back-up of that code. When coding, saving your work often is not enough. As I progress through the saved versions, from 5 to 10, let’s say, I realize I’ve made a mistake. I then need to return to version 5 and start over. Therefore, I need some tools that allow me to save my work with a history of those saves so I can go back to a certain point (version 5) and take another approach. Or maybe I’d like to try 3–4 approaches just because I want to do this, wanting to see, in the end, which is best. Also, I need that code to be saved forever. Today, taking into account the high costs that developers require, it’s very risky for a developer to work for 2 days, then lose that code due to certain reasons. In most cases, the recovery is easy, but even so, you won’t be getting back the lost time. And that translates into wasted money.

There are, of course, some instances where you can’t redo that code or you redo it, but not as good as the first time. The idea is to rely on some automated tools which give me the possibility to access a certain version from a saved version, but also go to a certain repository where I can save stuff. Moreover, writing code in just one app is not at all recommended. Currently, you can’t write an app without using other elements that have already been written. We progress by re-using things, not by having developers write 7 times over the same thing. Otherwise, we won’t get anywhere and you wouldn’t be able to code at this pace.

When the idea of reusing things pops up, you don’t reuse only what your colleagues have written, but the entire elements written by a community. In a scenario with 3–4 people, it would be very easy for us to understand what the others have written. Some procedures would be made, internally, and — given that it would be a small team, with its own internal processes — things would go smoothly. This would work for us. But when we’re speaking about a community, you can’t apply things which are valid only for a small group. In this case, there’s a need for some standards to be put in place and some tools that offer the possibility of everyone reusing the code. These are also called “libraries”, they have different names.

For instance, if I’ve created a functionality for additions of high numbers, I’ve started writing, I’ve coded as much as I needed to. I had some tools which allowed me to insert the source code, then some other developers want to join the process so they also write something, update something, correct something and so on. After many contributions and utilizations — that’s how problems also surface — when people are using the library and come up with suggestions / changes, we then have robust libraries. That means they are used often, people see that they’ve been used by 50–100 people, so now they looks very good, production ready. You know it works. Without a mechanism through which all developers are able to do this, without too much of a hassle, we wouldn’t have been able to reach the progress we’ve reached today. Today we find lots of libraries (A, B, C, D) for lots of things, libraries that we’re using, various drivers and the list could go on. In 99.99% of the cases, these libraries are good, tested and robust, so you know you can rely on them. This download mechanism of libraries heavily used is another essential element for developers.

Furthermore, when I’ve started writing a code and I’ve used that library, as well as other libraries and so on, there are also several small programs which help me accomplish certain tasks such as: compiling, creating a build, etc. Usually, these are part of a developer’s working environment. The possibility to integrate IDE with a source repository, a saving or versioning mechanism (GIT, for instance), the ability to integrate the editor with some repositories in order to download, in real time, libraries I need or to push a changed code in certain libraries, compiling or deploying programs — all these tools are part of a developer’s everyday life.

When it comes to blockchain — Ethereum, especially — developers rely on the programming language in which they code a smart contract: Solidity. Initially, Solidity was created as a programming language, then there was also available a tool with which you could compile a smart contract you’ve written in Solidity and that’s pretty much all you’ve got on hand when it comes to Solidity code. Online, there’s also Remix, a Solidity editor, but for the moment it’s not as good as it should be. In developing Modex Marketplace, we also had a look at it, but it needs perfecting.

Currently, there is no developer environment focused on developing blockchain apps, more precisely Solidity and Smart Contract Ethereum. To clarify that: there’s no decent editor — and I’m not referring to one built-in browser. The browser has its limitations and was not created as a development tool (to write code), but to browse the Internet. Moreover, there’s no integration of that editor with various Testnet. If I wanted, right now, to program in Solidity, I would need a very good editor, a dedicated environment to produce a highlight of various syntaxes from Solidity, an environment which connects by default to Testnet (Ropsten, Rinkeby) and allows me to make real-time deployment, to test without having to go from one place to another. This editor should allow me to access a repository specifically aimed at blockchain developments — not necessarily GitHub, where everyone has all types of codes.

All these mechanisms for writing, testing, and verifying a code, then deploying it into a test or live network don’t exist, at the moment. Coming back to Modex, we should take into account that the majority of products (smart contracts) which will be uploaded on the Marketplace will be uploaded by developers. I believe there’s no real ending to this product as long as there are no real tools for developers. Let’s say that I’m a developer and I’d like to start coding so that tomorrow I upload something on the Marketplace, I might stop. Not because the Marketplace is not what it should be when it comes to selling smart contracts, but because I find it very hard to gain access to documentation, I don’t have a good editor or all the right tools that I need now.

On top of that, since there are no suitable environments at this time, I believe that this idea — of favoring the developer by creating these tools to develop apps and products for blockchain — is a super advantage that Modex brings to the industry. The Modex Developers Tools team aims to create such an environment — which includes IDE, Testnet, a testing and deploy mechanism — for developers who wish to code for blockchain, especially Ethereum smart contracts. So these developers will start with a Solidity IDE, integration with the compiler, some tools to test the code and see if it’s valid and has no security holes, with some tools to easily deploy the written code between the test and live net, some integrations with source repositories so that the written code can be integrated with a GitHub without making too many additional steps. The final step will be the publishing of all this work on Modex Marketplace, the on-line sales platform, so that the developer doesn’t need to go to the platform again to add code and tick all these mentioned steps.
member
Activity: 574
Merit: 12
Probably we need to wait few months more. At the website are new dates for ICO.
The ITO will be open to the public and will start in June 2018, the soonest.

Pay attention: the soonest.. So hope latest till December 2018 we will get our tokens  Grin
bye mdx...  Grin Grin Grin
full member
Activity: 672
Merit: 140
Probably we need to wait few months more. At the website are new dates for ICO.
The ITO will be open to the public and will start in June 2018, the soonest.

Pay attention: the soonest.. So hope latest till December 2018 we will get our tokens  Grin
newbie
Activity: 28
Merit: 0
#Join
bitcointalk: BorzeyFriend
Telega company: @BorzeyFriend
facebook : @BorzeyFriend
TWITTER company: @BorzeyFriend
full member
Activity: 448
Merit: 140
such big   communty   like Modex  has  can not be scam, especially check  the list of advisers,   to my mind it is one of the  cool projects,  howyvere bounty rewards  still  not distributed(((
hero member
Activity: 835
Merit: 502
Thanks for your support ! It's live now , Get your Tokens for free Modex Giveaway
More Details
Quote

✅✅

BE CAREFUL!!! THIS IS A SCAM!

do you have a proof of this announcment? have you already lost money?

however  I am waiting distribution of bounty  more  than 6 month  and devs it is drving me crazy)))
jr. member
Activity: 63
Merit: 1
goood bien projet
full member
Activity: 448
Merit: 140
Finally can smd inform me the date of:
1) end of tokenn sale?
2) token  calculation for bounty  members?
3) distribution of bounty tokens?
sr. member
Activity: 994
Merit: 263
PassiveIncomeHunter
Thanks for your support ! It's live now , Get your Tokens for free Modex Giveaway
More Details
Quote

✅✅

BE CAREFUL!!! THIS IS A SCAM!
hero member
Activity: 835
Merit: 502
Thanks for your support ! It's live now , Get your Tokens for free Modex Giveaway
More Details
Quote

✅✅


What  does it mean?
for what do you ask payment?

do you know when will be  bounty distribution?
full member
Activity: 448
Merit: 140
hello  dear manager, finally would you like to inform us  exact date  when will be distribution of bounty program and  on what exchange  token will be listed?
jr. member
Activity: 224
Merit: 1
Can you provide demo or links of the actual app/DApp? Or even screenshots? Because I cannot find it in whitepaper.
member
Activity: 518
Merit: 18
Modex to become the go-to place for blockchain developers



Modex announces development of the Modex Developers Ecosystem Product and moves token sale.

The Modex team has taken on the challenge to develop a full developer ecosystem and become the go-to place for developers wanting to shift to blockchain development, and moves the related token sale, in order to significantly accelerate the development and prototyping process.

https://blog.modex.tech/modex-to-become-the-go-to-place-for-blockchain-developers-cc2eb47bec52
full member
Activity: 490
Merit: 101
Blockchain — the future of social impact

“Blockchain has the potential to not just transform industries, but also to make a dramatic and positive social impact”, states Mihai Ivascu, Founder and CEO of Modex and a serial social impact entrepreneur. Here’s how.

Everywhere you go in the world of technology and investing there is someone talking about blockchain and its ability to reinvent the world of commerce, government and other industries. While it’s still in the “early adopter” phase, blockchain holds a huge potential for social impact programs around the globe. Blockchain technology is still on the rise and — with the positive development set to continue — blockchain can help societies strive for more efficient and reliable services. Here are a few examples on how blockchain can make the world a better place and improve our lives.

https://blog.modex.tech/blockchain-the-future-of-social-impact-bae5ec6213c0
hero member
Activity: 835
Merit: 502
What is the terms of  Modex airdrop?  where I can I check  the spreadsheet  of airdrop verification coz I have not received  confirmation mail?
legendary
Activity: 1568
Merit: 1169
Hello manager, I am not sure what is my address used in Modex campaign. Now i can't check in the spreadsheet because is locked.
My old address which is not secured is: 0x1792b6032bafc2d8c3cc203f48555d70458b06dc

And if there any chance to change them with my new address: 0xFEc30d22455b93Fa3e2cF5BBD4e0901C883e31E1

I participate in Twitter campaign: https://twitter.com/crypto_alerter

thanks

Updated.

Sylon, can you open access to the Twitter sheet? I would like to check my status, thanx.

Bounties tokens have not been distributed yet, so they won't be opened before that time.

hi devs, finally, when will bbe the distribution and whec can you show us   counted spreadsheet ( I am interested in signature  spreadsheet)

As said multiple times before, after Modex ICO end.
If you check Modex website, you will see that it is not finished yet.

hi all managers and product owners when will yuu distribute bounty tokens?
and  there are no any updates on your website - "The pre-sale is public and has started on January 19th, 2018."

is the project alive?

Yes, it is.

"The pre-sale is private and will last until the 19th of April, 20:00 CET.

The ITO will be open to the public and will start on April 20th, 2018, the soonest."

If you check the images on the Token Sale website section, you will see that we are close to the end.

what is the current status of sales, did   project  get soft cap?
next question  when will be the distribution of tokens?

As said multiple times before, after Modex ICO end.

Hi dev, my etherwallet has been hacked . please change my ether address in the following campaign . my new ether address is.

0xDa4FaaCb11D420aC3f99aa3a61D3F76d0813235A

thanks dev.

You have to provide your old ETH address as well.

Dear Sylon can you reply us about the stakes calculation and bounty distribution, because all questions about it in telegram  tell to contact with you?

As said multiple times before, after Modex ICO end.
copper member
Activity: 146
Merit: 10
 Wink

The Million Tokens Campaign — Invite Your Friends to the Modex Telegram and Get Rewarded

http://Modex.ref-r.com/c/i/18151/9729345



First of all, you must join our Telegram channel for the whole duration of the campaign.

On top of that, when one of your friends joins our Telegram channel, you’ll automatically be rewarded 5 Modex tokens.

full member
Activity: 448
Merit: 140
Dear Sylon can you reply us about the stakes calculation and bounty distribution, because all questions about it in telegram  tell to contact with you?
Pages:
Jump to: