1.0.1 • Published 1 year ago

arena-tools v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year 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

1 year ago

1.0.0

1 year ago

0.2.7

1 year ago

0.2.6

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago