4.3.2 • Published 2 months ago

@airswap/stores v4.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

Stores

Storage for Indexing

Discord License Twitter Follow

Resources

Usage

Add the package to your project:

yarn add @airswap/stores

Import into your application:

import { Redis } from '@airswap/stores';
const store = new Redis(process.env.REDISCLOUD_URL)

Dockerized Redis for local development:

docker run -p 6379:6379 --name redis-stack redis/redis-stack:latest

Flush and create Redis indexes:

yarn compile; yarn redis:init

Commands

CommandDescription
yarnInstall dependencies
yarn cleanDelete the contract build folder
yarn compileCompile all contracts to build folder
yarn testRun all tests in the test folder
4.3.2

2 months ago

4.3.1

2 months ago

4.3.0

3 months ago

4.2.5

3 months ago

4.2.6

3 months ago

4.2.3

3 months ago

4.2.2

3 months ago

4.2.4

3 months ago

4.2.1

3 months ago

4.2.0

3 months ago