https://github.com/urbit/nearsocialvm
Fork of the NEAR Social VM that implements methods for interacting with a Urbit ship
https://github.com/urbit/nearsocialvm
Last synced: 9 months ago
JSON representation
Fork of the NEAR Social VM that implements methods for interacting with a Urbit ship
- Host: GitHub
- URL: https://github.com/urbit/nearsocialvm
- Owner: urbit
- License: unlicense
- Created: 2024-03-04T18:05:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-31T11:17:57.000Z (about 2 years ago)
- Last Synced: 2025-05-15T13:51:25.321Z (about 1 year ago)
- Language: JavaScript
- Size: 747 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## Near Social VM
AKA "BOS VM"
The VM provides a limited version of React JSX implementation with a bunch of helper methods to access NEAR blockchain.
The VM is based on the following security principles:
- No raw access to DOM. The DOM access is only provided through JSX elements.
- No raw JS execution in the main thread. All JS code is executed in either a VM or a sandboxed iframe.
- No raw access to local storage.
### Contributing
See [CONTRIBUTING.md](./CONTRIBUTING.md)
### Changelog
See [CHANGELOG.md](./CHANGELOG.md)
### Try it
You can play with the VM at one of the gateways:
- https://near.social/
- https://dev.near.social/ (`dev` VM branch)
- https://near.org/
- https://jutsu.ai/