Skip to content

Latest commit

 

History

History
68 lines (47 loc) · 1.74 KB

README.md

File metadata and controls

68 lines (47 loc) · 1.74 KB
Build DAO

Gateway designed to support builders in a multi-chain ecosystem.

Table of Contents

Overview

Let's connect, collaborate, and create solutions together!

This repository holds the front-end widgets for Build DAO Gateway. It is configured as a bos-workspace.

Setup & Development

  1. Install packages
yarn install
  1. Start development version in mainnet:
yarn dev

Or start the development version in testnet:

yarn dev:testnet

This will start a gateway at http://127.0.0.1:8080 which will render your local widgets. The entry point for this app is builddao.near/widget/Index.

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you're interested in contributing to this project, please read the contribution guide.