@dxdao/aqua
Version:
AquaJS gives developers access to the entire Aqua ecosystem a single package
18 lines (11 loc) • 673 B
Markdown
There are 3 main components:
1. Aqua class. Creates a instance that allows developer to create sales, add sale modules and add templates. Exposes the three main contracts: AquaFactory, SaleLauncher and TemplateLauncher
2. Subgraph class. Accepts the graphqhl endpoint and offers methods to read from the Subgraph.
3. Sales module. Exports helper functions to interact with Aqua Sales
Others:
4. Exports xDai and Rinkeby networks config.
5. Exports ABI encoders
6. Exports types
This library is used to start a new sale over cli, see [create-fixed-price-sale.md](/examples/create-fixed-price-sale.md) and [examples](/examples/) folder in general