Registry / other / rubidity

rubidity

JSON →
library0.9.0rbrubygemsunverified

A DSL builder for generating Ruby-like contract classes for blockchain development.

gem install rubidity
INSTALL
IMPORT
SIG · RUBIDITY
R
rubidity
otherrubyv0.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Rubidity
require 'rubidity'

Define a simple token contract using Rubidity DSL.

require 'rubidity' contract = Rubidity::Contract.new do name :MyToken storage total_supply: :uint256 end
Debug
Known issues
breakingRequires Ruby 2.7+ for keyword argument changes.
fix
Upgrade Ruby to version 2.7 or later.
affects: < 0.9.0
Upgrade
Version history
0.9.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
rubidity — gem install rubidity · libregistry