Code Monkey home page Code Monkey logo

docs's People

Contributors

abhinavmv avatar anestibobo4cu avatar ayuthmang avatar capplequoppe avatar chrismoralis avatar complexlity avatar cromewar avatar dependabot[bot] avatar dpradell-dev avatar federicoamura avatar filipmartinsson avatar github-actions[bot] avatar hadihaider055 avatar imperorrp avatar jayant96 avatar jinsley8 avatar johnversus avatar jossifelefteriadis avatar koenrijpstra avatar locothedev avatar nazeim avatar noviulian avatar omahs avatar ossianmoralis avatar rajarrow avatar runatyr1 avatar salisbury88 avatar son-of-crypto avatar tabascoatw avatar yosephks avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

docs's Issues

Feature request for: /web3-data-api/evm/reference/wallet-api/get-decoded-transactions-by-wallet

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Feature request for: /web3-data-api/evm/reference/wallet-api/get-chain-activity-by-wallet

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Feature request for: /web3-data-api/evm/getting-started: csses never identified as token exchange rate as products in block to user that didnt know his self was sold. If you need an example please identify the "self" page agreement that sold his life. He is near collapse. For accurate rates please identify the following email. [email protected], this is my examaple of finding the rightful transaction rate per true identification of persond id when cases against a user wallet are dictating a users invrestments true time. For double check facts see: Contact: @mjettp85

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Feature request for: /web3-data-api/evm/getting-started

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Feature request for: /web3-data-api/evm/reference/get-token-stats

Is your feature request related to a problem? Please describe.
Get ERC20 token transfers by wallet will filter out those transaction from/ to zero address.

Describe the solution you'd like
I want to include it as well cause the token stats total count is including these transaction which cause my total size and list mismatch.

Describe alternatives you've considered

Additional context
image
image

Feature request for: /web3-data-api/evm/resolve-api

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
The page does NOT actually explain what the API does. It says (and I quote): "Resolve API
What is the Resolve API?
The Resolve API is a set of endpoints that helps Web3 developers resolve ENS names and Unstoppable domains.
Resolve API Features
The Resolve API provides the following functionality out of the box to power the dapps you are building:
Resolve an ETH address and find the ENS name.
Resolving an Unstoppable domain and getting the address."

The word "resolve" is used 7 times, mainly to define itself!!

Describe the solution you'd like
A clear and concise description of what you want to happen.
Can we PLEASE actually define and explain what it means to resolve, what the process is, what use cases might be, and what components or processes are involved in 'resolving'?
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Doing the footwork myself... tracking down several definitions from OTHER sites (meaning i navigate away from here and get distracted, also I'm then kinda irked at this site and may wish to engage a competitor of yours instead) and then considering those sources to verify i have accurately triangulated a comprehensive explanation.
Additional context
Add any other context or screenshots about the feature request here.
It is NEVER acceptable to define a term by using the term in question... regardless of how 'obvious' it may seem, it is not a good idea to assume knowledge in the context of documentation.

Update request for: /authentication-api/evm/how-to-sign-in-with-metamask

๐Ÿšจ Wagmi has a lot of breaking changes after 1.x.x ! ๐Ÿšจ

It seems that the time is up to make related updates in the examples ins the documentation and in the repo.

I'd love to get package.json/pnpm-lock.yaml directly from the documentation page in order to make it concrete that the versions which fits perfectly for the Moralis authentication adapter.

Feature request for: /supported-chains

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Technical chakra

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Feature request for: /web3-data-api/evm/market-data-api/

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Feature request for: /web3-data-api/evm/reference/wallet-api/get-wallet-token-balances-price

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

When trying the API call I noticed there was one major problem in the request object. It is not request.raw, but request.result. This needs to be updated for the Node.js implementation so that users wont get confused when trying out this code and receving a function raw() object instead of an array for the addresses token result.

Describe the solution you'd like
A clear and concise description of what you want to happen.

Simple solution would be to change response.raw to response.result. This way once user gets that call and console logs the data he will isntantly see the array response.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Other alternatives would be expanding the API call to be similar to how token.getWalletTokenBalances works. Where the response.raw is allready the result array.

Additional context
Add any other context or screenshots about the feature request here.

Feature request for: /supported-chains

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Vin23

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Issues with https://moralis.io/how-to-write-a-solana-smart-contract post

Describe the bug
Issues with https://moralis.io/how-to-write-a-solana-smart-contract

  1. it doesn't specify the yarn commands needed to run the app. I had to go to the project github page to figure out the commands.
  2. yarn install doesn't work as the code needs upgrade to newer node versions
  3. The instructions to get the API key also doesn't match the current view when I log in.

To Reproduce
Steps to reproduce the behavior:

  1. Follow the doc and you'll get stuck

Expected behavior
All commands expected to work as documented.

Desktop (please complete the following information):

  • OS: Fedora
  • Browser: Firefox
  • Version: 6.5.12-100.fc37.x86_64

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Feature request for: /web3-data-api/evm/reference/get-block

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Feature request for: /web3-data-api/evm/reference/get-token-price

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Feature request for: /web3-data-api/evm/market-data-api/

The market api does not include network in the response for each token. It is required as many times user need to know the network of the coin to use the token ID an interaction with the network.

It would be great if we can have an addition field by network or chainId name which can let user know the network of the coin.

Documentation Fix request for: /web3-data-api/evm/reference/get-date-to-block

Is your feature request related to a problem? Please describe.
The documentation description for the date string required on Get block by date endpoint incorrectly indicates that milliseconds should be provided. That unix timestamp needs to be in seconds, as indicated by the response object.

Describe the solution you'd like
Date description field should read:
Unix date in seconds or a datestring (any format that is accepted by momentjs)

Describe alternatives you've considered
N/A

Additional context
For example, if I follow the instructions currently on the page (milliseconds), and it is april 1st, I insert 1680307200000 and the response object from Moralis shows

{
  "block": 17083195,
  "date": "55216-10-25T00:00:00+00:00",
...
}

Which is obviously absurd. But seconds (1680307200) yields

{
  "block": 16950602,
  "date": "2023-04-01T00:00:00+00:00",
...
}

which is correct

Feature request for: /authentication-api/evm/reference/request-challenge-evm

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Feature request for: /streams-api/evm/get-native-balances

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [ Hello, I had not verified my account, I entered GitHub and they emptied my wallet. They said, verify the account, we will pay. I confirmed and when I came they changed everything and when I asked for money they said we don't have such a service. I had a lot of money, I am not well. If you can help me ]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Feature request for: /web3-data-api/evm/reference/get-decoded-wallet-transaction

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Feature request for: /web3-data-api/evm/get-your-api-key

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Documentation improvements for: /streams-api/evm/webhook-security

Is your feature request related to a problem? Please describe.
outdated docs or not matching with another doc

Describe the solution you'd like
replace js code example with native method of your package

import Moralis from "moralis";

const { headers, body } = request;

Moralis.Streams.verifySignature({
  body,
  signature: headers["x-signature"],
}); // throws error if not valid

Describe alternatives you've considered
or just add this code as alternative

Additional context

Feature request for: /streams-api/evm/spam-detection

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.