Skip to content
@RedDuckTeam

RedDuck

Blockchain consulting & development partner
RedDuck — blockchain consulting & development partner

Website  ·  Academy  ·  Blog  ·  Clutch  ·  Upwork  ·  LinkedIn


RedDuck is a blockchain engineering partner. We build DeFi protocols, RWA tokenization systems, wallets, and the smart contracts underneath them — on EVM, Solana, and native Bitcoin.

No over-engineering. Hard problems can have simple solutions, and on-chain the simple one usually wins. A contract ships once and holds real money, so we keep designs easy to follow and easy to verify — a pattern earns its place by solving a problem you actually have.

Open source

  • near-typegen — extracts ABIs from NEAR contracts and generates typed TypeScript clients, so a wrong contract call fails at compile time instead of on chain.
  • SolidityProvider — compile a Solidity contract, get a typed F# API for it. No codegen step, no hand-written DTOs.
  • Vesting — a Hardhat template with one vesting contract built three ways: on-chain storage, Merkle proofs, ECDSA signatures. The tests measure what each costs in gas, so you can pick before you commit.
  • ICO — a token sale template in Solidity: whitelisting, oracle pricing, vesting. A starting point for a launch rather than a finished product.
  • erc20-multisend-template — one token to many recipients in a single transaction, authorized by a single Permit2 signature. Browser-only, no backend.
  • onchain-arcade — ten games with no house backend, every round settled on-chain with Chainlink VRF.
  • ai-tarot-web — your three-card spread is derived from your own transaction hash, so the deck cannot be stacked after you pay. The casino's idea, wearing a sillier hat.
  • ecosnap — photograph the litter you picked up, get paid for it. A community vote settles what a camera cannot verify.

Work with us

Protocol engineering, tokenomics and governance design, security and audit preparation. We own the architecture, not a ticket queue. Discovery comes first, and if it points somewhere other than the original plan, you hear it while changing course is still cheap.

contact@redduck.io · book a call

Pinned Loading

  1. near-typegen near-typegen Public

    NearTypegen is a code generation toolchain for NEAR smart contracts, built to make every contract call type-safe. NearTypegen extracts ABIs from your contracts and turns them into TypeScript defini…

    TypeScript 5

  2. ecosnap ecosnap Public

    Ecosnap is a gamified application on Solana aimed at monetizing everyday trash collection. Ecosnap motivates users not only to sort their waste but also to make their city's streets cleaner, improv…

    TypeScript 4 1

  3. erc20-multisend-template erc20-multisend-template Public template

    A browser-only ERC20 multisend template powered by Uniswap Permit2.

    JavaScript 1

  4. Vesting Vesting Public template

    Token vesting contract implemented 3 ways — on-chain storage, Merkle proofs, and ECDSA signatures. Hardhat template with tests comparing gas trade-offs.

    TypeScript 1

  5. ICO ICO Public template

    ICO template for Solidity: whitelisting, oracle pricing, vesting

    Solidity 7

  6. gamefi-decentralized-casino gamefi-decentralized-casino Public

    gamefi decentralized casino frontend demo: 10 provably fair games on Arbitrum.

    TypeScript 1

Repositories

Showing 10 of 22 repositories

Top languages

Loading…

Most used topics

Loading…