Skip to content
Back to Blog
Ecosystem

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

The Evolution of Rootstock: 9 Upgrades That Made Rootstock Smarter, Faster, and Safer

The Evolution of Rootstock: 9 Upgrades That Made Rootstock Smarter, Faster, and Safer

Rootstock launched with one clear goal: to give developers, users, and institutions the tools needed to unlock the full potential of Bitcoin. Since then, it has gone through a series of upgrades that made it faster, safer, and easier to use, without losing sight of Bitcoin’s values. Fully functioning since its launch in 2018, with […]

Ecosystem
DeFi-Ready Bitcoin: Top BTC Use Cases on Rootstock

DeFi-Ready Bitcoin: Top BTC Use Cases on Rootstock

There’s currently over $1.5 trillion worth of Bitcoin in circulation, of which less than 0.5% is locked in Bitcoin DeFi – neither growing nor generating returns. While Bitcoin’s value has historically increased over time, wouldn’t it be better if your BTC could work for you while you hold it? Rootstock stands as the most complete […]

Users
BitVMX made easy: beginner’s guide with hands-on examples (Part 1)

BitVMX made easy: beginner’s guide with hands-on examples (Part 1)

By Ramon Amela, Research Engineer BitVMX is a groundbreaking technology that enables Bitcoin to validate arbitrary programs without requiring changes to the Bitcoin protocol. Understanding BitVMX can be challenging for newcomers. This guide aims to break down the core concepts with practical examples. Current state of Bitcoin Bitcoin’s transaction model is based on UTXOs (Unspent […]

Developers