
Security News
Vite+ Joins the Push to Consolidate JavaScript Tooling
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
@renproject/gateway
Advanced tools
🛠️ GatewayJS
There's two official Javascript SDKs for interacting with RenVM:
ren-js
repository): A lower-level SDK which can be integrated into your existing user interface.See the Getting Started Tutorial to start using GatewayJS.
See the Releases page.
GatewayJS is an SDK for bridging BTC, BCH and ZEC to your Ethereum-based dApp. GatewayJS lets your users deposit and withdraw cryptocurrencies into your smart contracts through the following widget:
GatewayJS is browser-only - see RenJS if you are using Node.js.
Install GatewayJS using Yarn or npm:
yarn add @renproject/gateway
# Or
npm install --save @renproject/gateway
Usage is described in the getting started tutorial in the Developer Docs.
Example of bridging BTC into Ethereum:
const GatewayJS = require("@renproject/gateway");
new GatewayJS("testnet").open({
// Send BTC to an Ethereum address
sendToken: GatewayJS.Tokens.BTC.Btc2Eth,
// Amount of BTC we are sending
sendAmount: GatewayJS.utils.value(0.01, "BTC").sats(),
// The recipient Ethereum address
sendTo: "0xD5B5b26521665Cb37623DCA0E49c553b41dbF076",
});
yarn run watch
# or
yarn run build
You'll need to:
m/44'/60'/0'/0/
)Create a .env
file which contains the following exported variables:
export MNEMONIC="your mnemonic here"
export TESTNET_BITCOIN_KEY="your bitcoin private key (encoded in WIF)"
export INFURA_KEY="your infura key (for it's v3 endpoint)"
export NETWORK="mainnet or testnet"
Then just run the following command to execute the tests. Make sure there is sufficient Kovan ETH in the linked account before running tests.
yarn run test
In order to update the bindings in src/contracts/bindings
, you need to clone darknode-sol
and run:
yarn run bindings:ts
FAQs
GatewayJS allows dApp to easily and securely integrate with RenVM
We found that @renproject/gateway demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
Security News
Ruby Central’s incident report on the RubyGems.org access dispute sparks backlash from former maintainers and renewed debate over project governance.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.