Coder Social home page Coder Social logo

lighthouse-mint-ui's Introduction

Lighthouse Mint UI

Lighthouse mint ui is a launch pad for launching NFT collections created by Lighthouse cli.

Usage

To install, you'll need to have Node.js installed on your computer.

From your command line:

# Clone this repository 
$ git clone https://github.com/We-Bump/Lighthouse-mint-ui

# Go into the repository
$ cd Lighthouse-launch-ui

# Install dependencies
$ npm install

Usage

# To start
$ npm start

# To build
$ npm run build

Configuration

UI relies on src/config.json file for configuration of launch.

{
	"name":"My Project",
	"description":"",
	"rpc":"http://127.0.0.1:26657/",
	"network":"atlantic-2",
	"collection_address":"sei1tkzcnkln5fl8ytlcafcp9wdujw62hadwpn65c5lwz668275vlgys8tf88p",
	"groups":[
		{
			"name":"whitelist",
			"allowlist":[
				"sei14v72v7hgzuvgck6v6jsgjacxnt34gj06qnx53d",
				"sei1t22vwusjlxg4vp7gttsx7n2y9u4k0vv9lpk2ge"
			]
		},
		{
			"name":"public"
		}
	]
}

name - name to display on ui

description - description to display on ui

rpc - SEI rpc to interact with blockchain

network - network to connect- available (atlantic-2)

collection_address - collection address to load

groups - list of mint groups to display in the ui

group options

name - group name

allowlist - array of allowlistled wallets. (if merkle root is set for minting group in lighthouse config)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

lighthouse-mint-ui's People

Contributors

sirhercules avatar

Stargazers

Koray 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.