Ethereum Insurance Giant MetLife announces 'Lifechain', an Ethereum pilot program that aims to revolutionise the insurance industry. |
- Insurance Giant MetLife announces 'Lifechain', an Ethereum pilot program that aims to revolutionise the insurance industry.
- Ethereum Foundation development update series returns: Read the latest from EF-supported research and development teams!
- File System with on-chain Semantic Search on dType, Ethereum (https://youtu.be/f550ebTNp8M)
- Ethereum Devs Approve First 2 Code Changes for 'Istanbul' Hard Fork
- Creating a smart contract to lock tokens
- Golem - Pay as you Use - as gWASM approaches, we will be explaining the improvements done to the Golem Network as a whole to integrate this usecase. (or Pay as you GOlem - as our community likes to call it) is the marketplace model we will use. Read more in our post
- How to Host Your Dapp With IPFS+ENS and Access It Via EthDNS
- How do I turn a Private Key into a Mnemonic Phrase?
- Oxfam Trials Delivery of Disaster Relief Using Ethereum Stablecoin DAI [Coindesk]
- The Ultimate collection of Solidity Interview Questions (100 questions)
- Facebook’s cryptocurrency is a centralized wolf in decentralized sheep’s clothing
- it's getting crazy with the CRYPTO STAMP!!! (...it's a world first!)
- All Global Crypto Exchanges Must Now Share Client Data, Register with FinCEN, FATF Rules
- Why Hybrid Tokens Are the Future of Token Offerings (Preferably on Ethereum)
- [LIVE] Ethereum Core Devs Meeting #63 [2019-06-21] (starts at 10:00 EST)
- Can someone help me publish an equation on the Ethereum blockchain?
- Phonon Network: a New Scaling Solution for Bitcoin & Ethereum
- Geth Private Network
- Seven key takeaways from the iExec V3 announcement, Ethereum adoption, listings, and more
- The Subscription Market
- List of top 50 Companies embracing Blockchain - Ethereum remains the most popular project among the World's biggest Enterprises & Businesses
Posted: 21 Jun 2019 07:18 AM PDT
| ||
Posted: 21 Jun 2019 04:52 AM PDT
| ||
File System with on-chain Semantic Search on dType, Ethereum (https://youtu.be/f550ebTNp8M) Posted: 21 Jun 2019 09:22 AM PDT Demo of a decentralized filesystem with semantic search, built on dType (decentralized type system with a global type registry). The semantic concepts are provided by Seth, a decentralized ontology system, also built on top of dType. For more context, check out: Filesystem: - Universal OS - Filesystem by Consensus for Ethereum : https://youtu.be/qDGlFAML0AA - A Vision of A Global Operating System - Filesystem: https://medium.com/coinmonks/a-vision-of-a-global-operating-system-filesystem-c7019558b8c7 dType: - dType - Decentralized Type System on Ethereum & Functional Programming (WebApp HowTo Demo): https://youtu.be/pcqi4yWBDuQ - dType — Decentralized Type System & Functional Programming on Ethereum: https://medium.com/@loredana.cirstea/dtype-decentralized-type-system-functional-programming-on-ethereum-4f7666377c9f Code: https://github.com/pipeos-one/dType, https://github.com/pipeos-one/dType-fs. However, the current demo code is not yet pushed to master. Near future plans: a plugin-based architecture for all components. You can follow our updates here: https://twitter.com/lorecirstea. [link] [comments] | ||
Ethereum Devs Approve First 2 Code Changes for 'Istanbul' Hard Fork Posted: 21 Jun 2019 09:48 AM PDT
| ||
Creating a smart contract to lock tokens Posted: 21 Jun 2019 04:19 PM PDT Is it possible to create a smart contract to send erc20 (any erc20) to the contract address where it can hold the tokens for the amount set by the sender? [link] [comments] | ||
Posted: 21 Jun 2019 06:57 AM PDT
| ||
How to Host Your Dapp With IPFS+ENS and Access It Via EthDNS Posted: 21 Jun 2019 01:53 PM PDT
| ||
How do I turn a Private Key into a Mnemonic Phrase? Posted: 21 Jun 2019 03:24 PM PDT I bought some ether yesterday, and linked my private key to MyEtherWallet offline, I want to know if there is some way to get my seed out of a private key, I don't know if there is a way, and having the seed would be more convenient. [link] [comments] | ||
Oxfam Trials Delivery of Disaster Relief Using Ethereum Stablecoin DAI [Coindesk] Posted: 21 Jun 2019 07:30 AM PDT
| ||
The Ultimate collection of Solidity Interview Questions (100 questions) Posted: 20 Jun 2019 09:22 PM PDT | ||
Facebook’s cryptocurrency is a centralized wolf in decentralized sheep’s clothing Posted: 21 Jun 2019 08:48 AM PDT
| ||
it's getting crazy with the CRYPTO STAMP!!! (...it's a world first!) Posted: 21 Jun 2019 04:09 AM PDT
| ||
All Global Crypto Exchanges Must Now Share Client Data, Register with FinCEN, FATF Rules Posted: 21 Jun 2019 09:12 AM PDT
| ||
Why Hybrid Tokens Are the Future of Token Offerings (Preferably on Ethereum) Posted: 21 Jun 2019 06:07 AM PDT
| ||
[LIVE] Ethereum Core Devs Meeting #63 [2019-06-21] (starts at 10:00 EST) Posted: 21 Jun 2019 01:10 AM PDT
| ||
Can someone help me publish an equation on the Ethereum blockchain? Posted: 21 Jun 2019 04:04 PM PDT I have an equation I want to publish on the Ethereum blockchain. In particular, it's a fundamental equation of the new field of complex differential game theory. The equation describes the paths of minamally rational, thinking agents. Can someone help me? The data only needs to include the equation, and a short description (and of course, it needs to be signed by me) [link] [comments] | ||
Phonon Network: a New Scaling Solution for Bitcoin & Ethereum Posted: 21 Jun 2019 01:04 AM PDT
| ||
Posted: 21 Jun 2019 10:57 AM PDT Hello Everyone, I'm having a small issue with peer discovery. While I am able to successful link all the nodes on my private net together through addPeer it's not happening as I imaged it would. If I connect 3 devices to a node I'm hosting on the cloud I can view all three connections from that node. The other nodes however are only able to see that single node unless I manually run addPeer and connect all of them together. Here's the list of commands I run for the start up phase. geth init genesis.json // The same genesis file on all nodes geth --identity "ericsson" --rpc --rpcport "8080" --rpccorsdomain "*" --rpcapi "db,eth,net,web3" --port "30303" --networkid 1337 console 2>>eth.log admin.addPeer("enode://ceb718ce11632d27feca519SAMPLEADDRESSb9049602e3b1b96dd383374f5e677b17bf1a67ace761SAMPLEADDRESSc07a49ed15676fa059f47383b9f08de@12.34.567.890:30303?discport=0") I think it might be that I'm missing a flag in the geth command but I'm not sure. Any help would be appreciated I've just started looking into Ethereum. [link] [comments] | ||
Seven key takeaways from the iExec V3 announcement, Ethereum adoption, listings, and more Posted: 21 Jun 2019 08:53 AM PDT
| ||
Posted: 21 Jun 2019 08:01 AM PDT
| ||
Posted: 21 Jun 2019 12:29 AM PDT
|
You are subscribed to email updates from Ethereum. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment