1.1.15 • Published 4 years ago

wildcats-1155 v1.1.15

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

wildcats-1155

Library for Party Panthers and Sociable Lions

Install

npm install wildcats-1155

Usage

declaration

let sociable = new Wildcats1155(window.ethereum, window.ethereum.selectedAddress, "4", "SOCIABLE"); let party = new Wildcats1155(window.ethereum, window.ethereum.selectedAddress, "4", "PARTY");

minting

let set : number = 0; // the set that is going to be minted let amount : number = 2; // the amount of NFT that will be minted

sociable.mint(set, amount); // minting function. It is the same for Sociable and Party

get the ntfs owned by the account

sociable.nftsOwned(); // return an array. The index of the array is the set, the value is the number of NFTs owned

Moralis

before using the methods: getTransactions(), getAccountTransactions(), getTransactionsRaw() or numberOfAccess(). Call the method setMoralis().

1.1.15

4 years ago

1.1.14

4 years ago

1.1.13

4 years ago

1.1.12

4 years ago

1.1.11

4 years ago

1.1.10

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago