You can download project from this link
http://s000.tinyupload.com/index.php?file_id=59898319367204937352 [nofollow]or read a little more on project on these links:
https://www.reddit.com/r/defi/comments/g1yb68/defi_as_a_tool_to_amplify_humanity/ [nofollow] https://community.hackernoon.com/t/why-i-had-to-create-a-new-crypto-value-and-how-it-finished/34372/12 [nofollow]https://www.reddit.com/r/cooperatives/comments/g2q16i/cooperative_moneyvalue_presenter_to_amplify/ [nofollow]P.S.
If you like the idea but you haven’t enough technical skills to run a node, please ask help from your friends/professionals… I think it worth. For you, for us, and for our children.
Some technical notes:
- The software is & will be open and free
- imagine does not use Prof of Work(PoW), instead uses PoS which I prefer interpret it to Proof of Solidarity in which who dedicates more time for community and world, earns more.
- The data structure used by imagine is DAG, so it is better to call it a graph-chain instead of blockchain. Using DAG empowers imagine to be scalable and validate million of transactions per seconds. The famous double-spending problem is resolved by customized CAP theorem. You can read more on imagine’s wiki.
- at the moment imagine supports M-of-N-Multi-Signature-Transaction which is imagine’s general transaction. Regards to imagine’s architecture it is easy to add new type of transaction supporting. e.g. MimbleWimble or ZKSnarks...
- in order to being really censorship-resistant, and really decentralized, imagine uses email as a carrier (not TCP/IP and port connections). It looks crazy but it works perfectly, and in our customized implementation it is even more scalable than TCP/IP! Thanks free speech defenders we still can have anonymous email without reveal our identity which is not possible with static IPs or even dynamic IPs.
- again in order to being really censorship-resistant, and really decentralized, imagine has it’s own Flexible name service (FleNS, by which you can register any combination of letters e.g. email, nickname, weird IDs…) and use this address for payments, sending messages, wallet communications, redirect visitors to a host IP address… these registered iNames can not be ceased by no authority and will be ONLY under your control for ever.
- also imagine has it’s embedded distributed wiki and embedded distributed discussion forums.
- once again in order to being really censorship-resistant, and really decentralized, imagine uses block-graph to maintain source code history (pretty much like a source version control software) and planned to have it’s own full-fledged decentralized version control software as an optional plugin for clients. So imagine does not use GitHub or any other version control system as repository. Developers can download code changes by exploring block-graph and can use whatever version control on their local machine.
- entire communication between nodes are encrypted by iPGP (user friendly implementation of PGP).
- because of the way imagine is designed, users can register any type of data(text, media, binary, BLOB...) in block-graph.
- imagine is implemented in JavaScript in order to have more code readability and vast contributors community. The related technologies are Node.js, Angular(probably will be replaced by vue.js), postgresql(can be changed to other relational DBs). So the installation and running a full-node will be very fast and easy, even for non experienced C++ developers.
- by running an imagine full node, you will have a client which communicate to imagine’s network through imagine’s protocol, and a web interface to manage your wallet and explore blocks/transactions/documents, vote for proposals or propose an idea, register your desired iName, participate in discussions...
- imagine planned to develop it’s mobile app, which will support entire desktop functionality, specially messenger and discussion Forums.