@rgbk/deployer
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Smart Contracts Deployer

A packages that facilitates the compilation and deployment of smart contracts. Deployer will automatically fetch and download the appropriate version of Sol Compiler to compile each contract.

This package is a fork from the 0xproject Monorepo. Link to the original package

Importing the package

import { Deployer, Compiler } from '@rgbk/deployer';

or

const Deployer = require('@rgbk/deployer').Deployer;
const Compiler = require('@rgbk/deployer').Compiler;

Available Scripts

In the project directory, you can run:

yarn build

Builds the app for production to the dist folder.

yarn build:watch

Builds the app and watches for changes.

yarn run_mocha

Runs tests with Mocha and Chai.

yarn test

Builds the app, transpiling TypeScript, then runs yarn run_mocha

yarn lint

Lints all typescript files.

Note

When developing the package locally, make sure to run yarn bootstrap in the root directory of the monorepo, and build the package before running it in other packages.

Readme

Keywords

none

Package Sidebar

Install

npm i @rgbk/deployer

Weekly Downloads

0

Version

1.0.0

License

none

Unpacked Size

94.1 kB

Total Files

45

Last publish

Collaborators

  • gabrigo
  • vshjxyz