EVMcrispr / evmcrispr

A library for interacting with Web3 protocols in a easier fashion through a domain-specific language
https://evmcrispr.com
GNU Affero General Public License v3.0
25 stars 10 forks source link

Auto-complete command's names #42

Closed PJColombo closed 2 years ago

PJColombo commented 2 years ago

Steps:

  1. Fetch load commands
  2. Check if it's already in cache
  3. If not, interpret them all together and store the module class in cache
  4. If it is, get it directly.
  5. Get commands and helpers from module
PJColombo commented 2 years ago

close on #43