All Projects β†’ decentraland β†’ builder

decentraland / builder

Licence: other
πŸ‰ Build scenes for Decentraland

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to builder

crypto-against-humanity
Crypto Against Humanity - The never ending global game of shame.
Stars: ✭ 23 (-83.69%)
Mutual labels:  dapp, decentraland
Blockchain
Recently started working on Blockchain technologies. This repo contains material related to Blockchain technologies. My current focus on dAPP development using Hyperledger.
Stars: ✭ 21 (-85.11%)
Mutual labels:  dapp
oasis-sdk
Official SDK for the Oasis Network.
Stars: ✭ 57 (-59.57%)
Mutual labels:  builder
talisman-web
Unlock the Paraverse with Talisman Web. A Polkadot, Kusama & Parachain dashboard for the community.
Stars: ✭ 55 (-60.99%)
Mutual labels:  dapp
spec-pattern
Specification design pattern for JavaScript and TypeScript with bonus classes
Stars: ✭ 43 (-69.5%)
Mutual labels:  builder
svelte-box
A truffle box for svelte
Stars: ✭ 60 (-57.45%)
Mutual labels:  dapp
Colony-Whitepaper
A document that describes the Colony Network
Stars: ✭ 17 (-87.94%)
Mutual labels:  dapp
zksync-dapp-checkout
zkCheckout β€” trustable permissionless DeFi payment gateway. Brand new zkSync dApp w/t all L2 perks: fast&cheap transfers / simple&quick withdrawal
Stars: ✭ 37 (-73.76%)
Mutual labels:  dapp
metaverse-development
Certified Web3 and Metaverse Developer Syllabus and Details by Panaverse
Stars: ✭ 195 (+38.3%)
Mutual labels:  decentraland
ArianeeMaster
Smart contracts & tools for Arianee Protocol
Stars: ✭ 30 (-78.72%)
Mutual labels:  dapp
circles-myxogastria
Webapp and mobile client for Circles
Stars: ✭ 32 (-77.3%)
Mutual labels:  dapp
octofi-app-aquafarm
OctoFi - Track your DeFi portfolio, find new investment opportunities, buy and sell directly, and wrap your tentacles around a sea of gains. Hosted on Github Pages.
Stars: ✭ 36 (-74.47%)
Mutual labels:  dapp
nextjs-dapp-starter-ts
A fullstack monorepo template to develop ethereum dapps
Stars: ✭ 228 (+61.7%)
Mutual labels:  dapp
nft-swap-sdk
Ethereum's missing p2p NFT and token swap library for web3 developers. Written in TypeScript. Powered by 0x.
Stars: ✭ 200 (+41.84%)
Mutual labels:  dapp
swift-declarative-configuration
Declarative configuration for your objects
Stars: ✭ 46 (-67.38%)
Mutual labels:  builder
land
Run Deno X module without installation.
Stars: ✭ 39 (-72.34%)
Mutual labels:  land
qd-messages-ts
No ads, no tracking. Just a lightning fast peer-to-peer cross-platform messenger that doesn’t sell you out.
Stars: ✭ 22 (-84.4%)
Mutual labels:  dapp
scaffold-eth-typescript
Typescript version of Scaffold-Eth πŸ—
Stars: ✭ 167 (+18.44%)
Mutual labels:  dapp
maestro
Faster CI/CD for multi-artifact projects
Stars: ✭ 13 (-90.78%)
Mutual labels:  builder
SkyGallery
Create galleries by uploading images and videos. Powered by Sia Skynet.
Stars: ✭ 23 (-83.69%)
Mutual labels:  dapp

Decentraland Builder Coverage Status

You can create beautiful scenes for Decentraland even if you don't own a parcel.

How to run

The builder is a SPA or single page application built with create-react-app. It uses an .env file as configuration for a few things, you'll need to create that first.

After that, to run this app you have two options:

  • Development Server: run npm start from the root path
  • Production: run npm run build and host the resulting index.html file with your server of choice, for example python -m SimpleHTTPServer 5000

For more information, check the create-react-app repo.

Environment

This project depends on a few environment variables to work, as well as external services for some features. The front-end connects to these services via URLs set via environment variables.

Creating an environment file

You'll need Create an .env file on the root folder and fill it following the .env.example file found there.

You will need to specify NODE_PATH to be src.

Here are the basic requirements to run the project:

# .env

NODE_PATH=src
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].