Questions tagged [rsk]

Rootstock is the first general purpose smart contract platform secured by the Bitcoin Network. The Rootstock network is highly compatible with the Ethereum network at various layers. Rootstock is the Smart Contract platform of Bitcoin. Its engine is a forked version of the EVM (Ethereum Virtual Machine), and the RVM (Rootstock Virtual Machine) is compatible with Ethereum Smart Contracts and the tools used to deploy and interact with them.

Rootstock () is an Ethereum-compatible smart contract platform, secured by the Bitcoin network.

Developers can rely on their existing skills and familiar tools, working with Ethereum, when developing on RSK because:

  • The virtual machine is EVM compatible;
  • Interprocess connectivity is JSON-RPC compatible;
  • Smart contract programming language - Solidity is supported; and
  • Javascript programming interface - web3.js is supported.

See Rootstock Dev Portal for developer documentation.

The Rootstock blockchain is secured by merge-mining, with some additional security measures. The Rootstock blockchain is mined by the Bitcoin miners. It also features a 2-way peg, which has methods to transfer BTC into RBTC and vice-versa. See Rootstock FAQs.

78 questions
2
votes
1 answer

What is the use of callback addresses in a Chainlink Consumer contract?

I have a question about the RSK integration (specifically about how callback addresses are used) https://github.com/smartcontractkit/chainlink-RSK/blob/master/test-runner/src/contracts/Consumer.sol function requestRIFPriceByCallback(uint256…
1
vote
1 answer

Can not find mnr_getWork method

I am going to run my own private merged mining pool compatible with RSK. I have installed ckpool on my server. ckpool is merged mining pool software written by C. I installed RSK and BTC node on my server. FOR RSK I used ubuntu package. Ubuntu…
Cergei
  • 11
  • 1
1
vote
1 answer

Why do I get a warning about the verification code of my RSK Testnet address?

I have connected my web3 instance to the public testnet of RSK and after creating my wallet using rsk.accounts.wallet.create(1, entropy) and receiving some tRBTC from the faucet, I get the following when I go on the RSK Testnet Explorer.
Hamady C.
  • 1,205
  • 11
  • 13
1 2 3 4 5
6