Skip to content

Latest commit

 

History

History
87 lines (78 loc) · 4.24 KB

boson-environments.md

File metadata and controls

87 lines (78 loc) · 4.24 KB

banner

< Boson Protocol Widgets

Boson Protocol Environment

Boson Protocol is deployed onto 3 public environments, to be used in different contexts, for different reasons and probably by different users:

  • testing is a development environment, very unstable by nature. Unless you're developing on Boson Protocol Components, you shouldn't use this environment.
  • staging is a validation environment, on testnet blockchain, specifically designed to test and discover the Boson Protocol Components without being on a real blockchain.
  • production is the production environment. Everything processed on this environment is FOR REAL.

In addition, it's possible to deploy your own environment on your local machine. We call it the local environment.

Boson Protocol Configurations

Each environment (except local) is currently deployed on several configurations, corresponding to different blockchains.

The dApps (Marketplace and Dispute Resolution Center) and widgets are able to switch between configurations of the same environment.

The following table recaps all configurations, per environment

Environment
production
ConfigurationBlockchainSubgraph
production-137-0 Polygonhttps://api.thegraph.com/subgraphs/name/bosonprotocol/polygon
production-1-0 Ethereum Mainnethttps://api.thegraph.com/subgraphs/name/bosonprotocol/ethereum
dApps
Marketplacehttps://bosonapp.io
Dispute Resolution Centerhttps://disputes.bosonprotocol.io
Widgets
Redemptionhttps://widgets.bosonprotocol.io/#/redeem
Financehttps://widgets.bosonprotocol.io/#/finance
staging
ConfigurationBlockchainSubgraph
staging-80002-0 Polygon Mumbai (testnet)https://api.thegraph.com/subgraphs/name/bosonprotocol/amoy-staging
staging-11155111-0 Ethereum Sepolia (testnet)https://api.thegraph.com/subgraphs/name/bosonprotocol/sepolia-staging
dApps
Marketplacehttps://interface-staging.on.fleek.co
Dispute Resolution Centerhttps://drcenter-staging.on.fleek.co/
Widgets
Redemptionhttps://widgets-staging.on.fleek.co/#/redeem
Financehttps://widgets-staging.on.fleek.co/#/finance
testing
ConfigurationBlockchainSubgraph
testing-80002-0Polygon Mumbai (testnet)https://api.thegraph.com/subgraphs/name/bosonprotocol/amoy-testing
testing-11155111-0 Ethereum Sepolia (testnet)https://api.thegraph.com/subgraphs/name/bosonprotocol/sepolia-testing
dApps
Marketplacehttps://interface-test.on.fleek.co
Dispute Resolution Centerhttps://drcenter-test.on.fleek.co/
Widgets
Redemptionhttps://widgets-test.on.fleek.co/#/redeem
Financehttps://widgets-test.on.fleek.co/#/finance
local
ConfigurationBlockchainSubgraph
local-31337-0 local (testnet)http://localhost:8000/subgraphs/name/boson/corecomponents/graphql
dApps
Marketplacehttp://localhost:3333
Dispute Resolution Centerhttp://localhost:3333
Widgets
Redemptionhttp://localhost:3000/#/redeem
Financehttp://localhost:3000/#/finance