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.
First install silica:
$ npm install -g silica
Next install all required packages for the project:
$ npm install
The watch command will build, run, and watch for changes to the filesystem.
$ silica watch
Navigate to the website via localhost:8080
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
This website is organized as follows:
- /build/ (all public accessible assets, will be deployed)
- /src/ (raw files for silica application)
This project uses silica.
The MAP.sv website is the example of this repo.
Always use the language's best practices
We're using it! Some projects that used MAP and bmap:
Support the development of this project and the MAP team 🙏
Feel free to dive in! Open an issue or submit PRs.