Skip to content

BlockadeWeb3Labs/enjin-contract-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enjin Contract Explorer - Test

This repository is a quick n' dirty script to ping the Enjin contract for information using calls.

Setup

Install the packages: npm install

Copy .env.sample to .env:

cp -a .env.sample .env

And add your Infura key.

Run

Modify the index.js contents to call the methods you want with the input you want. This only works for view / pure methods.

node index.js

The results will print out in the cli.

About

A quick n' dirty script to call the Enjin contract and pull info

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published