1.0.0 • Published 2 years ago

@elvate/v1-core v1.0.0

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
2 years ago

Elvate Core

This repository contains the core smart contracts for the Elvate App V1.

Local deployment

Install the npm package @elvate/v1-core

using npm:

npm install --save-dev @elvate/v1-core

using yarn:

yarn add --dev @elvate/v1-core

You can now import the factory bytecode located at @elvate/v1-core/artifacts/contracts/ElvateCore.sol/ElvateCore.json. For example:

import {
  abi as FACTORY_ABI,
  bytecode as FACTORY_BYTECODE,
} from '@elvate/v1-core/artifacts/contracts/ElvateCore.sol/ElvateCore.json'

// deploy the bytecode

Run Tests

npm install
npm run compile
npm run test
1.0.0

2 years ago

0.1.0

2 years ago