All Projects → Chia-Network → chialisp-web

Chia-Network / chialisp-web

Licence: Apache-2.0 license
A docusaurus Chialisp website

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
CSS
56736 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to chialisp-web

pool-reference
Reference python implementation of Chia pool operations for pool operators
Stars: ✭ 452 (+737.04%)
Mutual labels:  chia, chia-blockchain, chialisp
chia-client
TypeScript client for Chia RPC interfaces.
Stars: ✭ 84 (+55.56%)
Mutual labels:  chia, chia-blockchain
chia-blockchain-gui
Chia blockchain GUI in electron/react
Stars: ✭ 312 (+477.78%)
Mutual labels:  chia, chia-blockchain
farmr
A web dashboard for monitoring Chia farms. Also supports discord and email notifications.
Stars: ✭ 259 (+379.63%)
Mutual labels:  chia, chia-blockchain
chia-bls-go
chia-bls-signature in go, chia bls 签名工具go实现
Stars: ✭ 32 (-40.74%)
Mutual labels:  chia, chia-blockchain
chiavdf
Chia VDF utilities
Stars: ✭ 51 (-5.56%)
Mutual labels:  chia, chia-blockchain
dive-into-chia
chia深入研究以及一些工具(WIP)
Stars: ✭ 73 (+35.19%)
Mutual labels:  chia, chia-blockchain
chia-monitor
🍃 A comprehensive monitoring and alerting solution for the status of your Chia farmer and harvesters.
Stars: ✭ 131 (+142.59%)
Mutual labels:  chia, chia-blockchain
chiapos
Chia Proof of Space library
Stars: ✭ 265 (+390.74%)
Mutual labels:  chia, chia-blockchain
chia-rosechain
chiarose(XCR) based on chia(XCH) source code fork, open source public chain
Stars: ✭ 378 (+600%)
Mutual labels:  chia
chia-log-analysis
Parses existing Chia plotter log files and builds a .csv file containing all the important details
Stars: ✭ 45 (-16.67%)
Mutual labels:  chia-blockchain
Swar-Chia-Plot-Manager
This is a Cross-Platform Plot Manager for Chia Plotting that is simple, easy-to-use, and reliable.
Stars: ✭ 1,310 (+2325.93%)
Mutual labels:  chia
machinaris
An easy-to-use WebUI for crypto plotting and farming. Offers Plotman, MadMax, Chiadog, Bladebit, Farmr, and Forktools in a Docker container. Supports Chia, MMX, Chives, Flax, HDDCoin, and BPX among others.
Stars: ✭ 324 (+500%)
Mutual labels:  chia
chiadog
A watch dog providing a peace in mind that your Chia farm is running smoothly 24/7.
Stars: ✭ 466 (+762.96%)
Mutual labels:  chia
Chia-Plot-Status
GUI Tool for beginners and experts to Monitor and Analyse Chia Plotting log files, show health and progress of running plots and estimated time to completion. No setup, configuration or installation of python or whatever required. Just install and enjoy.
Stars: ✭ 187 (+246.3%)
Mutual labels:  chia
prometheus-chia-exporter
Prometheus exporter for several chia node statistics
Stars: ✭ 30 (-44.44%)
Mutual labels:  chia-blockchain
ChiaMonitor
An approach for monitoring multiple Chia harvester in one web app based dashboard
Stars: ✭ 152 (+181.48%)
Mutual labels:  chia-blockchain
hpool-miner
chia chia-miner hpool hpool-miner hpool-og-miner hpool-pp-miner Synology RaspberryPi
Stars: ✭ 22 (-59.26%)
Mutual labels:  chia
chiagen
standalone chia generator
Stars: ✭ 13 (-75.93%)
Mutual labels:  chia

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ npm install --local yarn
$ ./node_modules/yarn/bin/yarn

Local Development

$ yarn start

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

Docker Local Development

$ docker-compose up

You can also install and start local development server using Docker.

Local Development notes

yarn & docusaurus interpret text within angle-brackets, so be careful when using them, if you are editing the .md files directly.

If you are logged in to your github account, you can edit a page right on chialisp.com, by clicking on the "Edit this page" link at the bottom of the article. That will allow you to edit the page, and submit a pull request against the underlying markdown file.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

$ GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.

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