Skip to content

Latest commit

 

History

History

libraries

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Libraries

Protocol Libraries for AirSwap Developers

Discord License Twitter Follow

Resources

Usage

Add the package to your project:

yarn add @airswap/libraries

Import into your application:

import { Indexer, Server, Swap } from '@airswap/libraries';

Commands

Command Description
yarn Install dependencies
yarn clean Delete the contract build folder
yarn compile Compile all contracts to build folder
yarn test Run all tests in the test folder