Each deployment is hosted on IPFS with a custom domain.
For ease of use, each environment has a DNS name that always points to the latest IPFS hash:
Env | Networks | Endpoint |
---|---|---|
testing | amoy, sepolia | https://interface-test.on.fleek.co/ |
staging | amoy, sepolia | https://interface-staging.on.fleek.co/ |
production | polygon, ethereum | https://dapp-interface-production.on.fleek.co/ |
Installing the correct versions of node and npm can be done by installing volta
. Volta will automatically get those versions from the package.json file. Once that's done, the required steps to develop and test the dApp interface locally are as follows:
git clone git@github.com:bosonprotocol/interface.git
cd interface && npm ci
.env.example
file to .env
and fill out any necessary values.npm run dev
http://localhost:3000/
in a browser.We welcome contributions! The ultimate goal is for all of the Boson Protocol repositories to be fully owned by the community and contributors. Issues, pull requests, suggestions, and any sort of involvement are more than welcome.
By being in this community, you agree to the Code of Conduct. Take a look at it, if you haven't already.