Darticles

所属分类:Dart语言编程
开发工具:JavaScript
文件大小:985KB
下载次数:0
上传日期:2017-12-02 02:14:13
上 传 者sh-1993
说明:  基于以太坊的艺术品拍卖去中心化画廊
(Decentralized gallery for artwork auctioning built on Ethereum)

文件列表:
.node-xmlhttprequest-sync-5722 (0, 2017-12-02)
.package.json.swp (12288, 2017-12-02)
_config.yml (26, 2017-12-02)
backend-ipfs (0, 2017-12-02)
backend-ipfs\app.js (1020, 2017-12-02)
backend-ipfs\files (0, 2017-12-02)
backend-ipfs\package-lock.json (232171, 2017-12-02)
backend-ipfs\package.json (247, 2017-12-02)
backend-ipfs\yarn.lock (163506, 2017-12-02)
box-img-lg.png (113830, 2017-12-02)
box-img-sm.png (5412, 2017-12-02)
config (0, 2017-12-02)
config\env.js (1102, 2017-12-02)
config\jest (0, 2017-12-02)
config\jest\cssTransform.js (323, 2017-12-02)
config\jest\fileTransform.js (301, 2017-12-02)
config\paths.js (1888, 2017-12-02)
config\polyfills.js (613, 2017-12-02)
config\webpack.config.dev.js (9642, 2017-12-02)
config\webpack.config.prod.js (10068, 2017-12-02)
contracts (0, 2017-12-02)
contracts\Darticles.sol (11997, 2017-12-02)
contracts\Migrations.sol (514, 2017-12-02)
docs (0, 2017-12-02)
docs\img (0, 2017-12-02)
docs\img\Darticles-auction.png (23894, 2017-12-02)
docs\img\Darticles-portfolio.png (14256, 2017-12-02)
files (0, 2017-12-02)
files\Tue Nov 28 2017 22:41:21 GMT-0300 (-03)-Simulator Screen Shot 21 sep. 2017 13.43.21.png (195870, 2017-12-02)
files\Tue Nov 28 2017 22:51:11 GMT-0300 (-03)-1092__f5022c4722b158e9b1e17927953a2ee5.jpg (87475, 2017-12-02)
migrations (0, 2017-12-02)
migrations\1_initial_migration.js (129, 2017-12-02)
migrations\2_deploy_contracts.js (126, 2017-12-02)
package-lock.json (416070, 2017-12-02)
package.json (2892, 2017-12-02)
public (0, 2017-12-02)
... ...

# Darticles ## Introduction Darticles is a decentralized gallery and artwork auctioning platform built on Ethereum. People can manage their portfolios and have a cryptographic proof that the containing artwork is theirs. No central authority is required. ## Index * Why? * How? * Portfolio * Auctions * About ## Why? Digital art does not have a suitable environment right now. Artists upload their artwork to centralized platforms, so they aren't owners of what they do. We propose a decentralized platform where artist can submit their artwork, expose them in galleries and sell them with absolute freedom without having to trust in any central authority. ## How? Within the Darticles platform, artists can manage their own portfolios. No central authority can ban what they submit or erase their artwork. Artwork can be selled or auctioned. When an artwork is selled, it is transferred from the artist's portfolio to the bidder's one. The Darticles platform is built on Ethereum. No ERC20 token is used, just plain Ether, Images are stored in IPFS (Inter-Planetary File System) making them immutable and permanent. The images hashes are stored within the Blockchain, reducing the contract storage size. ## Profile Both the artists and art collectionists can maintain a profile in the platform, specifying their name, pseudonym, and profile image. ## Portfolio ![Portfolio diagram](https://github.com/Darticles/Darticles/blob/master/./docs/img/Darticles-portfolio.png "Portfolio diagram") Each artist has a portfolio stored in the contract. The portfolio has own artworks and aquired artworks from other artists. Images are stored in IPFS, drastically reducing contract storage size. ## Auctions ![Auction diagram](https://github.com/Darticles/Darticles/blob/master/./docs/img/Darticles-auction.png "Auction diagram") Auctions can be started by artists or collectionists that have artworks of their own. ## Withdrawing model After an auction has ended, the biggest bid is divided among the artwork creator, the artwork owner and the contract owner. The contract implements the withdraw pattern, avoiding common issues in ether direct transfers. Whenever a bid is replaced for a bigger one, the bid sender is returned the bid value, allowing him/her to withdraw the value from the contract. ## About * Fernando Martn Ortiz * Luis Hernan Paez

近期下载者

相关文件


收藏者