1.1.15 • Published 3 years ago

wildcats-1155 v1.1.15

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

3 years ago

1.1.14

3 years ago

1.1.13

3 years ago

1.1.12

3 years ago

1.1.11

3 years ago

1.1.10

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.19

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago