Skip to content

rcnfinance/rcn-diaspore-contract-artifacts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@ripio/contract-artifacts

Smart contract compilation artifacts for diaspore.

Installation

yarn add @ripio/diaspore-contract-artifacts

Import

import * as artifacts from "@ripio/diaspore-contract-artifacts";

or

var artifacts = require("@ripio/diaspore-contract-artifacts");

Contributing

We welcome improvements and fixes from the wider community! To report bugs within this package, please create an issue in this repository.

Install dependencies

If you don't have yarn workspaces enabled (Yarn < v1.0) - enable them:

yarn config set workspaces-experimental true

Then install dependencies

yarn install

Zip artifacts

Python3.5 required

python3 abiReducer.py ../unzipArtifacts ../artifacts

Build

To build this package run the following from root directory:

yarn build

About

Smart contract compilation artifacts for Diaspore

Resources

Stars

Watchers

Forks

Packages

No packages published