@renex/contracts
v0.3.0
Published
[republicprotocol.github.io/contracts-ts/](https://republicprotocol.github.io/contracts-ts/)
Downloads
9
Readme
Contract Index
republicprotocol.github.io/contracts-ts/
An index of smart contract addresses used by Ren, available as website and an npm package.
npm
usage
import { mainnet, testnet, devnet } from "@renex/contracts";
console.log(mainnet.addresses.tokens["REN"].address);
Deploying
To deploy the front-end: npm run deploy
.
To deploy to npm: npm version patch
and npm publish
.