-
For the new SDK of Moralis, we have Moralis.setEnableWeb3() function but in react moralis, I couldn't find it.
-
Assuming this
```
get moralis(): Moralis {
if (this._moralis != null) {
return this._moralis;
}
this._moralis = moralis;
this._moralis.initialize(processEnvironmentVar…
-
**Describe the bug**
I am working latest application for using ethers.io for my react native application and this should work on major android and ios
**Reproduction steps**
Just create a relea…
-
hi
i creat a server on moralis and a buton to login with Metamask
im using:
moralis mainet , localhost to execute this function
async function login(){
console.log("login clicked");
…
-
TYPO in [MoralisWeb3Api.js](https://github.com/MoralisWeb3/Moralis-JS-SDK/blob/main/src/MoralisWeb3Api.js) **getTokenAdressTransfers** should be **getTokenAddressTransfers**
-
Good afternoon everyone
I am trying to do a truffle migrate to the BSC Test Net and when I write truffle migrate or truffle migrate --reset in the terminal the response i get is
Compiling your c…
-
We have written the needed data int
Issue Type: Bug
I am trying to install the "moralis-admin-cli" program to make my account and I have to add it the path that the Terminal gave me so it will dow…
-
I am using API to upload my NFTs ... why are you blocking me?
Please enable cookies.
Sorry, you have been blocked
You are unable to access nft.storage
Why have I been blocked?
This website is u…
-
- **I'm submitting a ...**
[X] bug report
[ ] feature request
[ ] question about the decisions made in the repository
[ ] question about how to use this project
- **Summary**
Greetings…
-
we never get a reference to one of our line numbers.
not in these situations (errors on deploy):
```
2021-06-15T14:12:53.141Z - SyntaxError: Invalid or unexpected token
at customUserPlugin …