# dalp-core

> [![Actions Status](https://github.com/opz/DALP-core/workflows/CI/badge.svg)](https://github.com/opz/DALP-core/actions)

Latest version **1.0.0** (published 2020-07-09) · ISC license · 0 weekly downloads

## Install

```sh
npm install dalp-core
pnpm add dalp-core
yarn add dalp-core
bun add dalp-core
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2020-07-09 |
| First published | 2020-07-09 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 362.2 KB |
| Known vulnerabilities | 0 (+4 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 23 |
| Maintainers | opz |
| Keywords | ethereum, solidity, defi |

## Links

- npm: https://www.npmjs.com/package/dalp-core
- Repository: https://github.com/opz/DALP-core
- Homepage: https://github.com/opz/DALP-core#readme
- Issues: https://github.com/opz/DALP-core/issues
- npm.io page: https://npm.io/package/dalp-core

## Dependencies (3)

- [@uniswap/lib](https://npm.io/package/@uniswap/lib.md) ^1.1.2
- [@uniswap/v2-periphery](https://npm.io/package/@uniswap/v2-periphery.md) ^1.0.0-beta.0
- [@openzeppelin/contracts](https://npm.io/package/@openzeppelin/contracts.md) ^3.0.1

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2020-07-09

## README

# DALP Smart Contracts

[![Actions Status](https://github.com/opz/DALP-core/workflows/CI/badge.svg)](https://github.com/opz/DALP-core/actions)

## Install Dependencies

`npm install`

## Compile Contracts

`npx buidler compile`

## Run Tests

`npx buidler test`

## Using DALP smart contracts

To use DALP smart contracts in a project, follow these steps:

```
git clone git@github.com:opz/DALP-core.git
cd DALP-core
npm install
npx buidler compile
npm link
cd <project_directory>
npm link dalp-core
```

You can now import the smart contract artifacts in your project:
```
import DALPManager from "dalp-core/artifacts/DALPManager.json";
import { DALPManagerAddress } from "dalp-core/artifacts/kovan.json";

const dalpManager = new web3.eth.Contract(DALPManager.abi, DALPManagerAddress);
```

## Contributors

Thanks to the following people who have contributed to this project:

* [@michaelcohen716](https://github.com/michaelcohen716) 💻
* [@opz](https://github.com/opz) 💻

---
_Source: https://npm.io/package/dalp-core · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
