RSKj is a Java implementation of the RSK protocol
437
THIS IS NOT AN OFFICIAL BUILD
This is my own build of the RSKj source code, which can be found here: https://github.com/rsksmart/rskj.
This image is not tested nor recommended for production, but might be useful for quick tests, demos, etc..
docker run -p "5050:5050/udp" -p "5050:5050/tcp" tinchou/rskjdocker run -p "50505:50505/udp" -p "50505:50505/tcp" tinchou/rskj --testnetThe following configuration will allow querying the RPC server at localhost:4444
docker run \
-p "4444:4444" \
-e "rpc.providers.web.http.bind_address=0.0.0.0" \
-e "rpc.providers.web.http.hosts.0=localhost" \
tinchou/rskj --regtest
E.g.:
curl -H "Content-Type: application/json" \
--data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":42}' \
localhost:4444
RskJ is a Java implementation of the RSK node. For more information about RSK, visit www.rsk.co. The RSK white paper provides a complete conceptual overview of the platform.
If you have questions about the code please find us on
You may also want to check our blog for articles and updates on the project.
Information about compiling and running an RSK node can be found in the wiki.
If you find a security issue, please contact us at [email protected], or report it through our bug bounty program. We reward security experts, software developers and hackers who dedicate time and effort to improve the RSK platform.
RskJ is licensed under the GNU Lesser General Public License v3.0, also included in our repository in the COPYING.LESSER file.
RskJ has been developed with the intention to foster the progress of society. By using RskJ, you make a pledge not to use it to incur in:
Content type
Image
Digest
Size
118.3 MB
Last updated
over 7 years ago
docker pull tinchou/rskj