Skip to content

Instantly share code, notes, and snippets.

View nebolsin's full-sized avatar
🎯
Focusing

Sergey Nebolsin nebolsin

🎯
Focusing
View GitHub Profile
@nebolsin
nebolsin / gist:52f0e8753e0cc3b141e9eff29bc66865
Created June 22, 2018 19:57
Blockstack ID Verification
Verifying my Blockstack ID is secured with the address 19js9z4AgChTwunomtMDgdJtrKqZ8Nda71 https://explorer.blockstack.org/address/19js9z4AgChTwunomtMDgdJtrKqZ8Nda71
Verifying my Blockstack ID is secured with the address 19js9z4AgChTwunomtMDgdJtrKqZ8Nda71 https://explorer.blockstack.org/address/19js9z4AgChTwunomtMDgdJtrKqZ8Nda71
@nebolsin
nebolsin / sign_data.go
Created November 17, 2018 23:04 — forked from nikhilsaraf/sign_data.go
Stellar URI Scheme Request Generation and Signing
/*
Copyright 2018 Lightyear.io
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
@nebolsin
nebolsin / alias_matchers.md
Created March 11, 2021 20:36 — forked from JunichiIto/alias_matchers.md
List of alias matchers in RSpec 3

This list is based on aliases_spec.rb.

You can see also Module: RSpec::Matchers API.

matcher aliased to description
a_truthy_value be_truthy a truthy value
a_falsey_value be_falsey a falsey value
be_falsy be_falsey be falsy
a_falsy_value be_falsey a falsy value
@nebolsin
nebolsin / SCVals.md
Created December 6, 2022 22:53 — forked from Smephite/SCVals.md
A Simple Guide to Soroban Types

A Simple Guide to Soroban Types

Note: The following content is a written version of the [XDR spec][xdr-spec]

As of [js-soroban-client v0.1.3][js-client] and [soroban-cli v0.2.1][soroban-tools] it's still really funny to work with custom types required for soroban so I will explain to the best of my knowledge how to build a custom Soroban Type in JSON format (but you should probably ask @tdep...)

Note: many of these types actually have helper functions and can be entered