Top Positive Review

Write Bitcoin smart contracts in TypeScript, Go, Rust, or Solidity

Earn XP for sharing
Sign in to get a personal referral link and earn XP every time someone visits through your link.
pnpm add runar-lang runar-compiler runar-cliclass P2PKH extends SmartContract {
readonly pubKeyHash: Addr;
constructor(pubKeyHash: Addr) {
super(pubKeyHash);
this.pubKeyHash = pubKeyHash;
}
public unlock(sig: Sig, pubKey: PubKey) {
assert(hash160(pubKey) === this.pubKeyHash);
assert(checkSig(sig, pubKey));
}
}Super cool script compiler. Easy to use, hard to master!
We gotta start Somewhere! Glad you did!
A great leap forward in smart contract construction and validation.
One of the most powerful and flexible ways to build BSV compatible apps using TypeScript, Go, Rust or Solidity.
Sign in to get a referral link and earn XP for every visitor
pnpm add runar-lang runar-compiler runar-cli