1.1.15 • Published 2 years ago

wildcats-1155 v1.1.15

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

2 years ago

1.1.14

2 years ago

1.1.13

2 years ago

1.1.12

2 years ago

1.1.11

2 years ago

1.1.10

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago