Skip to content

rohenaz/map.sv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MAP: Website

MAP.sv is a website for high level info on MAP protocol, the bmapjs library, and the BMAP Bitcoin application development strategy. It also includes a BMAP transaction & code generator.

last commit license standard-readme compliant app health

Screenshot

Table of Contents

Installation

First install silica:

$ npm install -g silica

Next install all required packages for the project:

$ npm install

Running the Website

The watch command will build, run, and watch for changes to the filesystem.

$ silica watch

Navigate to the website via localhost:8080

Deploying the Website

Follow this installation guide for setting up a Firebase website

Once your firebase environment is setup, it's as easy as firebase deploy to push code.

You can alternatively use npm as well:

$ npm run deploy

Documentation

This website is organized as follows:

- /build/ (all public accessible assets, will be deployed)
- /src/ (raw files for silica application)

This project uses silica.

Examples

The MAP.sv website is the example of this repo.

Code Standards

Always use the language's best practices

Usage

We're using it! Some projects that used MAP and bmap:

Maintainers

Satchmo - MrZ

Support the development of this project and the MAP team 🙏

Donate

Contributing

Feel free to dive in! Open an issue or submit PRs.

License

license