This library allows you to create a common application using ReactJS and use it inside a BOS Component. Therefore, the BOS Component talks to the React application and vice versa, making it possible to consume the Blockchain Operating System resources within the React application.
Please consider making a donation if you liked this project.
Check out some apps using Near Social Bridge:
Tutorials:
Install it using npm or yarn:
# npm
npm install near-social-bridge
# yarn
yarn add near-social-bridge
Here's a complete guide where you can go over all features provided by Near Social Bridge.
- Setup
- BOS API
- Requests
- Components
- Hooks
- Preparing a new BOS Component
- Testing the Application with Local Viewer
You can deploy your app in two ways: decentralized or centralized.
Please read CONTRIBUTING.md.