BlogHide Resteemsjd3 (43)in eos • 6 years agoEOS Mainnet Launched! How to vote for Block Producers▶️ DTube ▶️ IPFSjd3 (43)in eos • 6 years agoUnderstanding The eosio.token ContractI must admit that learning eosio has been no walk in the park and I can see why many people say that it has a steep learning curve. As the eosio software continues to undergo heavy rapid development…jd3 (43)in eos • 6 years agoDawn4.1 - "account_name" issueAs development ramps up for the release of eosio, quick changes are being made that might effect your contracts. One issue I have encountered in the in the dawn4.1 release, is that the type…jd3 (43)in eos • 6 years agoEOS Create A Smart Contract Part4 - More Multi Index InterfacesCode: ▶️ DTube ▶️ IPFSjd3 (43)in eos • 7 years agoThe REAL Difference Between Ethereum and EOS▶️ DTube ▶️ IPFSjd3 (43)in eos • 7 years agoEOS Create A Smart Contract Part3 - Update & Remove (Dawn-3.x)Code: EOSIO: Dawn3.x OS: Ubuntu 17.10 ▶️ DTube ▶️ IPFSjd3 (43)in eos • 7 years agoEOS Create A Smart Contract Part2 - Tables & Multiindex Containers (Dawn3.x)Code: Intro to Multiindex Containers: EOSIO: Dawn3.x OS: ubuntu 17.10 ▶️ DTube ▶️ IPFSjd3 (43)in eos • 7 years agoEOS Create A Smart Contract Part1 - Accounts & Actions (Dawn3.x)Code: EOSIO: Dawn3.x OS: ubuntu 17.10 ▶️ DTube ▶️ IPFSjd3 (43)in cpp • 7 years agoC++ Boost.Multiindex - IntroBoost.Multiindex - Intro Boot Multiindex is a container that gives you multiple interfaces, called indexes, to lookup the elements within the container. Ex: If you have a bunch of elements that…jd3 (43)in cpp • 7 years agoC++ Associative Container - Sets and MultisetsSets A set is a type of associative container (fast searching) in which ever element is identified by its value, thus making every element unique with no duplicates. In a set, the value of the…jd3 (43)in cpp • 7 years agoC++ Associative Container - Map iterator exampleMaps A stores elements that contain both a 'key' and a 'value'. An elements key is used to locate the element in the map, and the value holds the information for that key. By default maps are…jd3 (43)in cpp • 7 years agoC++ Sequence Container - Vector iterator exampleVectors A vector is a container similar to an array, but has no fixed size and can dynamically grow by pushing elements to it. A reference to all of its member functions can be found here: Ex…jd3 (43)in cpp • 7 years agoC++ Containers and IteratorsBelow is a brief reference to STL containers and iterators. This can be used to get up to speed with containers and iterators in C++. Containers A container is an abstract data type that stores…jd3 (43)in eos • 7 years agoUsing EOS with JavaScript Front-End (Nodejs)Code: ▶️ DTube ▶️ IPFSjd3 (43)in eos • 7 years agoEOS Dawn 3.0 Now Available!Edit: Sorry for audio quality, I will be using a better mic next time! ▶️ DTube ▶️ IPFSjd3 (43)in eos • 7 years agoEOS - Introduction to Programming/Writing Smart ContractsSince dtube is (sadly) not super reliable loading my videos, here is a link to the centralized youtube alternative. JD3jd3 (43)in eos • 7 years agoEOS - Intro to Programming/Writing Smart ContractsOS: Ubuntu 17.10 Branch: dawn-2.x ▶️ DTube ▶️ IPFSjd3 (43)in eos-dev • 7 years agoHow to create a wallet and an accountjd3 (43)in eos • 7 years agoEOS - How To Create A Wallet And Account▶️ DTube ▶️ IPFSjd3 (43)in eos • 7 years agoEOS - What Linux Could Never AchieveAn introduction to the EOS.io software project and why I believe it could be the best Blockchain/Smart Contract Operating System. EOS = Eos Operating System ▶️ DTube ▶️ IPFS