Bitcoin Forum
June 19, 2024, 03:24:37 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [ANN][ETH][DAPP] Ether Voxel Space - 3D World on blockchain  (Read 177 times)
arispen (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 2


View Profile WWW
February 19, 2018, 11:53:17 AM
 #1

Hi everyone! I've published my first smart contract and Dapp recently. It's a 3d world made of voxels stored on the ethereum blockchain:

Ether Voxel Space ( https://ethervoxel.space )

The world is a 3-dimensional (256x256x256) array storing coordinates, material type and ownership information about the voxels.

There are 4 types of interactions allowed for users: Place, Repaint, Destroy and Transfer. After placing new voxel in the world, it’s owner can repaint it with another color, destroy it or transfer ownership to another ethereum address. Fee for every action is set to 0.0001 ETH to support further development and limit spam.

Although the contract is immutable, the rest of the dapp isn't. For example, there are 16 materials (plain colors) for voxels right now. But the contract permits a maximum of 256 voxel materials so we can decide on how the remaining 240 should look like. (maybe even deploy a contract to vote on them?)

All of the code is open source.

As this is my first take on dapps, I suppose there could be bugs, flaws or things that I couldn't foresee. Let me know how do you like my idea / experiment, feedback is highly appreciated Smiley
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!