1.0.1 • Published 2 years ago

arena-tools v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Documentation

You can get the latest version of Arena tools from npm.

npm install arena-tools

Once installed you can begin tracking your events in your code calling these methods:

Log Event

You can track any event invoking logEvent(token, address, event_you_want_to_track) method:

import React, { Component }  from 'react';
// Other imports you need
import { logEvent } from 'arena-tools'
const ARENA_TOKEN = '1234567890' // You'll get your token by signing in our website

// YOUR CODE HERE

// When you want to log an event you have to use this method
logEvent(ARENA_TOKEN, walletAddress, "event you want to log")
1.0.1

2 years ago

1.0.0

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago