Sha256: e6ce86eaf3336a6c9cc76882d27c2d9f7004d0ec066439040d868b2b60fc6560
Contents?: true
Size: 365 Bytes
Versions: 6
Compression:
Stored size: 365 Bytes
Contents
# Edit configuration for connection to tapyrus core Glueby.configure do |config| config.wallet_adapter = :activerecord config.rpc_config = { schema: 'http', host: '127.0.0.1', port: 12381, user: 'user', password: 'pass' } end # Uncomment next line when using timestamp feature # Glueby::BlockSyncer.register_syncer(Glueby::Contract::Timestamp::Syncer)
Version data entries
6 entries across 6 versions & 1 rubygems