0.0.0-alpha.38 • Published 4 years ago

@kyve/smartweave v0.0.0-alpha.38

Weekly downloads
-
License
MIT
Repository
github
Last release
4 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

4 years ago

0.0.0-alpha.34

4 years ago

0.0.0-alpha.38

4 years ago

0.0.0-alpha.37

4 years ago

0.0.0-alpha.36

4 years ago

0.0.0-alpha.33

4 years ago

0.0.0-alpha.32

4 years ago

0.0.0-alpha.31

4 years ago

0.0.0-alpha.30

4 years ago

0.0.0-alpha.29

4 years ago

0.0.0-alpha.24

4 years ago

0.0.0-alpha.28

4 years ago

0.0.0-alpha.27

4 years ago

0.0.0-alpha.26

4 years ago

0.0.0-alpha.25

4 years ago

0.0.0-alpha.19

4 years ago

0.0.0-alpha.20

4 years ago

0.0.0-alpha.23

4 years ago

0.0.0-alpha.22

4 years ago

0.0.0-alpha.21

4 years ago

0.0.0-alpha.18

4 years ago

0.0.0-alpha.17

4 years ago

0.0.0-alpha.16

4 years ago

0.0.0-alpha.15

4 years ago

0.0.0-alpha.14

4 years ago

0.0.0-alpha.13

4 years ago

0.0.0-alpha.12

4 years ago

0.0.0-alpha.11

4 years ago

0.0.0-alpha.9

4 years ago

0.0.0-alpha.10

4 years ago

0.0.0-alpha.8

4 years ago

0.0.0-alpha.7

4 years ago

0.0.0-alpha.6

4 years ago

0.0.0-alpha.0

4 years ago

0.0.0-alpha.3

4 years ago

0.0.0-alpha.4

4 years ago

0.0.0-alpha.1

4 years ago

0.0.0-alpha.2

4 years ago

0.0.0-alpha.5

4 years ago

0.0.0-alpha

4 years ago