0.0.0-alpha.38 • Published 3 years ago

@kyve/smartweave v0.0.0-alpha.38

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

About

The KYVE + SmartWeave node allows you to store the state from any SmartWeave contract onto Arweave. This allows the client to load a state a given block-height without the need of calculating through every transaction.

Usage

There are two ways to run the node. You can either run the integration itself or run a prebuilt version of the KYVE Node (recommended).

import SmartWeaveInstance from "@kyve/smartweave";
const poolID = ...
const stake = ...

SmartWeaveInstance(poolID, stake, wallet).run();

Config

The config is pool specific. You can find a list of pool here. For this integration the config should look like this, and the architecture should be set to SmartWeave:

{
  "contracts": ["CONTRACT_ID_1", ...]
}

The SmartWeave integration listens to changes happening on the contracts you specify in the config.

0.0.0-alpha.35

3 years ago

0.0.0-alpha.34

3 years ago

0.0.0-alpha.38

3 years ago

0.0.0-alpha.37

3 years ago

0.0.0-alpha.36

3 years ago

0.0.0-alpha.33

3 years ago

0.0.0-alpha.32

3 years ago

0.0.0-alpha.31

3 years ago

0.0.0-alpha.30

3 years ago

0.0.0-alpha.29

3 years ago

0.0.0-alpha.24

3 years ago

0.0.0-alpha.28

3 years ago

0.0.0-alpha.27

3 years ago

0.0.0-alpha.26

3 years ago

0.0.0-alpha.25

3 years ago

0.0.0-alpha.19

3 years ago

0.0.0-alpha.20

3 years ago

0.0.0-alpha.23

3 years ago

0.0.0-alpha.22

3 years ago

0.0.0-alpha.21

3 years ago

0.0.0-alpha.18

3 years ago

0.0.0-alpha.17

3 years ago

0.0.0-alpha.16

3 years ago

0.0.0-alpha.15

3 years ago

0.0.0-alpha.14

3 years ago

0.0.0-alpha.13

3 years ago

0.0.0-alpha.12

3 years ago

0.0.0-alpha.11

3 years ago

0.0.0-alpha.9

3 years ago

0.0.0-alpha.10

3 years ago

0.0.0-alpha.8

3 years ago

0.0.0-alpha.7

3 years ago

0.0.0-alpha.6

3 years ago

0.0.0-alpha.0

3 years ago

0.0.0-alpha.3

3 years ago

0.0.0-alpha.4

3 years ago

0.0.0-alpha.1

3 years ago

0.0.0-alpha.2

3 years ago

0.0.0-alpha.5

3 years ago

0.0.0-alpha

3 years ago