soohanpark / expandable-onchain-svg-image-storage

확장가능한 온체인 SVG 이미지 스토리지

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expandable Onchain SVG Image Storage

Paper
Presentation Video
Files
License

2022 춘계 한국 블록체인 학술대회_포스터.jpeg

Paper

확장가능한 온체인 SVG 이미지 스토리지.pdf

Presentation Video

확장가능한 온체인 SVG 이미지 스토리지한국블록체인학회논문발표영상(제출용).mp4

Files

/
├── Client
│   ├── README.md
│   ├── app.js
│   ├── config
│   │   ├── abi.js
│   │   ├── addressList.js
│   │   └── rpcProvider.js
│   ├── node_modules
│   ├── package-lock.json
│   └── package.json
├── Contract
│   ├── AssembleContract.sol
│   ├── AssembleInterface.sol
│   ├── PropertyContract.sol
│   ├── README.md
│   ├── StorageContract.sol
│   └── StorageContracts
│   ├── StorageInterface.sol
│   ├── assets
│   │   ├── gallardo_sameple_oneLine.svg
│   │   └── gallardo_sample.svg
│   ├── bin
│   │   ├── AssembleContract-solc-output.json
│   │   ├── AssembleContract.abi
│   │   ├── AssembleContract.bin
│   │   ├── AssembleContract.json
│   │   ├── PropertyContract-solc-output.json
│   │   ├── PropertyContract.abi
│   │   ├── PropertyContract.bin
│   │   ├── PropertyContract.json
│   │   ├── StorageContract-solc-output.json
│   │   ├── StorageContract.abi
│   │   ├── StorageContract.bin
│   │   └── StorageContract.json
│   ├── node_modules
│   ├── package-lock.json
│   └── package.json
└── README.md

License

MIT License

About

확장가능한 온체인 SVG 이미지 스토리지

License:MIT License


Languages

Language:Solidity 98.6%Language:JavaScript 1.4%