Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bosonprotocol/interface
End to End dCommerce experience built using the Boson Protocol Core Components SDK
https://github.com/bosonprotocol/interface
bosonprotocol dcommerce
Last synced: about 1 month ago
JSON representation
End to End dCommerce experience built using the Boson Protocol Core Components SDK
- Host: GitHub
- URL: https://github.com/bosonprotocol/interface
- Owner: bosonprotocol
- License: apache-2.0
- Created: 2022-04-08T13:52:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T09:46:10.000Z (about 2 months ago)
- Last Synced: 2024-11-22T10:32:11.526Z (about 2 months ago)
- Topics: bosonprotocol, dcommerce
- Language: TypeScript
- Homepage: https://bosonapp.io/
- Size: 36.8 MB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 58
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: docs/code-of-conduct.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[![banner](docs/assets/banner.png)](https://bosonprotocol.io)
Boson Protocol dApp
![](https://img.shields.io/badge/license-Apache--2.0-brightgreen?style=flat-square)
![](https://img.shields.io/badge/Chat%20on-Discord-%235766f2?style=flat-square)🛠️ **An example dApp built on top of [Boson Protocol](https://bosonprotocol.io/).**
## Environments
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/ |## Local development
### Node & npm
Installing the correct versions of node and npm can be done by installing [`volta`](https://volta.sh/). 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:
1. Clone the repository: i.e. Run `git clone [email protected]:bosonprotocol/interface.git`
2. Navigate into the directory & install dependencies: i.e. Run `cd interface && npm ci`
3. Copy the `.env.example` file to `.env` and fill out any necessary values.
4. Start the application: i.e. Run `npm run dev`
5. Navigate to `http://localhost:3000/` in a browser.## Contributing
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](/docs/code-of-conduct.md). Take a look at it, if you haven't already.