Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about rsk

Read more about rsk

python (12.9k questions)

javascript (9.2k questions)

reactjs (4.7k questions)

java (4.2k questions)

java (4.2k questions)

c# (3.5k questions)

c# (3.5k questions)

html (3.3k questions)

Questions - rsk

How can I configure Hardhat to work with RSK regtest blockchain?

I intend to develop my smart contracts in Hardhat, and to test them on RSK regtest local node. I was able to find a Truffle regtest configuration. development: { host: "127.0.0.1", port:...
test-img

Gino Osahon

truffle

hardhat

rsk

Votes: 0

Answers: 1

Latest Answer

To deploy and test your smart contracts on RSK regtest yourhardhat.config.js should look as follows: /** * @type import('hardhat/config').HardhatUserConfig */ require("@nomiclabs/hardhat-waffle...
test-img

Aleks Shenshin

RSK node on an Apple M1 chip architecture?

Following these instructions to install the RSK node on an 2021 MBP with Apple M1 Pro chip. I would like to run an RSK node locally in regtest mode. After installation, running the command to start RS...
test-img

bguiz

apple-m1

apple-silicon

rsk

Votes: 0

Answers: 2

Latest Answer

You can try to use Rosetta to run x86 code on M1. Just add arch -x86_64 at the begin of your command. arch -x86_64 java \ -classpath ~/.rsk/rskj-core-3.1.0-IRIS-all.jar \ -Drpc.providers.web.cors=...
test-img

Alexander Ushakov

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved