Skip to content
Back to Blog
Ecosystem Updates

How To Create, Import & Deploy your Bitcoin Smart Contract on RSK

Read Time: 2 mins
How To Create, Import & Deploy your Bitcoin Smart Contract on RSK

Smart contracts have exponentially expanded the functionalities of blockchain technology. Even though a big portion of the smart contract community has revolved for a long time around Ethereum, RSK has provided smart contract developers with the option to easily create, import and deploy smart contract solutions on top of Bitcoin. Without the hassle of dealing with complicated new programming languages, RSK has made it possible to code with Solidity and generate all type of smart contracts.

RSK is the smart contract platform on top of Bitcoin. Its engine is a forked version of the EVM (Ethereum Virtual Machine). The RVM (RSK Virtual Machine) is compatible with Ethereum smart contracts and the tools used to deploy and interact with them.

The Smart Bitcoin (R-BTC) is the native token in RSK and it is used to pay for the gas required for the execution of transactions. It is pegged 1:1 with Bitcoin, which means in RSK there are exactly 21M R-BTC. A 2-way peg (2WP) allows the transfer of bitcoins from the Bitcoin blockchain to the RSK blockchain and vice-versa.

We´ve recently announced the release of the RSK3 Libraries and the RWallet, which provide a new range of possibilities for developers.

The main focus areas of these rsk3 libraries are: 

  • Security
  • Straight-forward compatibility with the RSK blockchain
  • Reduced verbosity vs web3 (shorter function calls)
  • Lightweight codebase that remains powerful. 

The libraries enable interacting with RSK network accounts, contracts, network properties, DApps, as well various utility functions. Major uses include account creation, account management, token issuance (e.g. ERC-20), and transaction formation plus signing.

In order to get started coding for RSK, you need to install an RSK local node, install Truffle & Ganache, edit the smart contract and compile and deploy to finally run it.

Our tutorials include a wide range of explanations for developers including frontends, tokens and truffle boxes among many others.

Here are some great webinars we invite you to check out:

Inside Solidity

Learn to Make Smart Contracts in Solidity: Create your first dApp in RSK

Create your First Frontend for Smart Contracts

How to Create Your Own Collectable Token on The RSK Network

How to Create Your First Smart Contract Using Remix and Metamask on RSK

Last but not least, you can always check the status of the network through the explorer and the costs of using the network (compared to Ethereum) in our gas station.  As we expand our use cases, functionalities and contribute to the DeFi ecosystem, RSK has all the key ingredients to become the most important smart contract platform. Stay tuned!

Recommended articles

Introducing the New rBTC Visual

Introducing the New rBTC Visual

In 2022, the Rootstock community voted to adopt a new visual identity for the Rootstock ecosystem, establishing a more modern and unified brand system across the network.  Today, we’re unveiling an updated logo for rBTC designed to align more closely with the Rootstock ecosystem identity and reflect its role in extending Bitcoin into smart contracts, […]

Ecosystem Updates
Why Rootstock: Bitcoin’s Smart Contract Platform for Institutional Finance

Why Rootstock: Bitcoin’s Smart Contract Platform for Institutional Finance

Bitcoin is no longer just a store of value. Institutions are now asking the next question: how do we put it to work? Over the past decade, Bitcoin has proven itself as a neutral settlement layer. It does not depend on an issuer, a jurisdiction, or a shifting monetary policy. That reliability is why it […]

Fundamentals
Simplifying DAO Development with the Rootstock Collective SDK

Simplifying DAO Development with the Rootstock Collective SDK

The Rootstock Collective SDK is the easiest way for developers to integrate with the Rootstock Collective DAO. Designed with modern dApp development in mind, it abstracts the complexity of interacting with multiple smart contracts into a clean, modular, and type-safe TypeScript interface. Built on top of viem, the SDK delivers a familiar, high-performance experience, especially […]

Developer Resources