Giter Club home page Giter Club logo

mana-burning-altar's Introduction

Mana transaction

Fees collected from the Marketplace are stored in this Altar.

Anyone can burn the MANA collected by touching the Altar's stone and light the flame, which will last 1 block for every 10 MANA burnt.

This scene shows you:

  • How to call functions from a smart contract
  • How to make a particle effect handling multiple entities
  • How to create custom components to store custom data about entities
  • How to use component groups to handle all entities that share the same components
  • How to create a system to update entity positions frame by frame

Try it out

Install the CLI

Download and install the Decentraland CLI by running the following command:

npm i -g decentraland

Previewing the scene

Download this example and navigate to its directory, then run:

$:  dcl start

Any dependencies are installed and then the CLI opens the scene in a new browser tab.

Paste the following to the end of the URL in the browser window:

&ENABLE_WEB3

For example, if the URL is http://127.0.0.1:8000?position=0%2C0&SCENE_DEBUG_PANEL, make it http://127.0.0.1:8000?position=0%2C0&SCENE_DEBUG_PANEL&ENABLE_WEB3

Note: When running a preview of a scene that uses one of the ethereum libraries, you must have Metamask or Dapper open and you must add this string.

IMPORTANT: You MUST be on mainnet for this in order to work

Scene Usage

The amount of mana that's ready to be burnt is displayed as a glowing blue column at the back of the altar. Click on the fire icon at the bottom to burn it. Metamask should then ask for your validation that you agree to the transaction.

This triggers the burning of these tokens. It also shows this by creating a fire as a particle system.

The fire keeps burning for the duration of one Ethereum block mining for every 10 MANA that was burnt. If someone enters the scene while the last fire is still burning, they will also see the fire.

Learn more about how to use blockchain in your scenes in Blockchain operations in our docs site.

If something doesn’t work, please file an issue.

Demo Mode

You can set the variable DEMO_MODE to true and the collected MANA will be 25,000 and you won't need to sign a transaction to push the burn button

Copyright info

This scene is protected with a standard Apache 2 licence. See the terms and conditions in the LICENSE file.

mana-burning-altar's People

Contributors

nearnshaw avatar pbosio avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.