Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@waves/ride-js

Package Overview
Dependencies
Maintainers
15
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@waves/ride-js

Js compiler for Ride - Waves smart contract language.

  • 2.2.9
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
15
Created
Source

Ride-js

Javascript wrapper for ride language compiler

This repository also contains version of the compiler build with scala-js

To update compiler version in this wrapper:

  • Clone waves project
  • Checkout to branch of your choice to build new compiler version
  • Build js compiler using sbt task
sbt langJS/fullOptJS
sbt replJS/fullOptJS
  • From waves project copy ./lang/js/target/lang-opt.js to ./src of ride-js
  • From waves project copy ./repl/js/target/repl-opt.js to ./src of ride-js

Workaround

If there is error with compiling try

sbt clean && sbt lang/clean

Tasks

  • npm run build builds minified version that can be included as script tag. Add RideJS variable to global scope

Keywords

FAQs

Package last updated on 11 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc