All Projects → wpuricz → ipfs-eos-demo

wpuricz / ipfs-eos-demo

Licence: other
Demo saving text and images to ipfs and storing the hash on the EOS blockchain

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
C++
36643 projects - #6 most used programming language
CSS
56736 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to ipfs-eos-demo

Awesome Blockchain
区块链白皮书、书籍、交易所、币种、自媒体等资源汇总 💯
Stars: ✭ 747 (+1678.57%)
Mutual labels:  dapp, eos
EOSBank
EOS Bank (CPU rent contract)
Stars: ✭ 45 (+7.14%)
Mutual labels:  dapp, eos
eos-stake-vote-dapp
EOS stake vote dapp developed by imToken Dev Team
Stars: ✭ 53 (+26.19%)
Mutual labels:  dapp, eos
Blockchain
区块链、交易所、币种、自媒体、高频交易策略
Stars: ✭ 37 (-11.9%)
Mutual labels:  dapp, eos
Signupeoseos
DApp for creating your own EOS account easily
Stars: ✭ 156 (+271.43%)
Mutual labels:  dapp, eos
namevault
Account creator & name generator for users on EOS and EOSIO compatible blockchains.
Stars: ✭ 17 (-59.52%)
Mutual labels:  eos, eosjs
Eosocial
Deprecated - 📝 Sample dApp of Votable SNS run by EOS Testnet.
Stars: ✭ 14 (-66.67%)
Mutual labels:  dapp, eos
Eos Mainnet
Ansible repo for setting up an EOS RPC API node and syncing to the mainnet
Stars: ✭ 45 (+7.14%)
Mutual labels:  dapp, eos
Carmel
The Open Digital Innovation Marketplace
Stars: ✭ 136 (+223.81%)
Mutual labels:  dapp, eos
Fairdicegame
open-sourced, rig-resistant and verifiably fair dice game
Stars: ✭ 221 (+426.19%)
Mutual labels:  dapp, eos
alcor-ui
Alcor Exchange | First self-listing onchain DEX for eosio tokens;
Stars: ✭ 103 (+145.24%)
Mutual labels:  dapp, eos
twitbot
🦉Just a simple twitter bot for tipping in EOS
Stars: ✭ 18 (-57.14%)
Mutual labels:  eos
EOS-Navigator
一些EOS工具和链接 (A collection of EOS tools and links)
Stars: ✭ 13 (-69.05%)
Mutual labels:  eos
connex
The mono-repo contains libraries to help build dApps for VeChain.
Stars: ✭ 53 (+26.19%)
Mutual labels:  dapp
ethereum-playbook
CLI tool that configures and deploys Ethereum DApp infrastructures using a static specification. 📚📖
Stars: ✭ 20 (-52.38%)
Mutual labels:  dapp
django-scatter-auth
Django Scatter Auth for EOS blockchain
Stars: ✭ 16 (-61.9%)
Mutual labels:  eos
wagmi
React Hooks for Ethereum
Stars: ✭ 1,691 (+3926.19%)
Mutual labels:  dapp
core
SIREN Core Smart Contracts
Stars: ✭ 39 (-7.14%)
Mutual labels:  dapp
eth-sdk
Type-safe, lightweight SDKs for Ethereum smart contracts
Stars: ✭ 283 (+573.81%)
Mutual labels:  dapp
dApp-Builder
No description or website provided.
Stars: ✭ 108 (+157.14%)
Mutual labels:  dapp

IPFS EOS Demo

This is a Vue.js example using IPFS to store images and text then storing the hash from IPFS as a string on the EOS blockchain.

This example shows:

  • Saving text to IPFS, then storing the hash returned by IPFS on the EOS blockchain
  • Saving an image to IPFS, then storing the hash returned by IPFS on the EOS blockchain
  • fetching the hash from the EOS blockchain, then querying IPFS for the image or text

IPFS Example

Config

Create a file called secrets.js and add it to the config directory. Paste this into the file and add your actual endpoint and keys for the app:

module.exports = {
    endpoint: "http://x.x.x.x:8888",
    keys: [
        'keygoeshere,
        'keygoeshere',
    ]
};

Start using:

npm run dev
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].