airgap-it / airgap-coin-lib

A library that offers a unified API to prepare, sign and broadcast multiple cryptocurrencies.
https://airgap-it.github.io/airgap-coin-lib/
MIT License
143 stars 38 forks source link

feat(rsk): RSK Protocol & ERC20 #24

Closed 7alip closed 9 months ago

7alip commented 3 years ago

Hi!

I've been working on integration of RSK protocol.

RSK is the first general purpose smart contract platform secured by the Bitcoin Network. The RSK network is highly compatible with the Ethereum network at various layers:

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

For more information about RSK please visit https://developers.rsk.co/ and https://www.rsk.co/faqs

sonarcloud[bot] commented 3 years ago

SonarCloud Quality Gate failed.    Quality Gate failed

Bug C 2 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 25 Code Smells

No Coverage information No Coverage information
31.0% 31.0% Duplication

sonarcloud[bot] commented 2 years ago

SonarCloud Quality Gate failed.    Quality Gate failed

Bug C 2 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 20 Code Smells

No Coverage information No Coverage information
31.3% 31.3% Duplication

sonarcloud[bot] commented 2 years ago

SonarCloud Quality Gate failed.    Quality Gate failed

Bug C 2 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 26 Code Smells

No Coverage information No Coverage information
33.6% 33.6% Duplication

7alip commented 9 months ago

Closing this since Rootstock is implemented in https://github.com/airgap-it/airgap-vault/releases/tag/v3.30.0