Skip to content

agencyenterprise/tableexplorer

Repository files navigation

Made with ♥️ by AE Studio

Table Explorer

How to start

  1. First of all, login with your polygon wallet. Make sure to be on Mumbai testnet
  2. Add a new table by clicking in (+ Add Table)
  3. Now define your database columns and choose a table prefix, then click in Create Table
  4. Nice! Now you will see your table listed on the left sidebar, by clicking on it you will be able to run queries, add stuff and change permissions! More information on Tableland docs

How to run this Project locally

  • Install the dependencies: npm install Or yarn

  • Copy the environment sample to a .env file

    NULLSTACK_PROJECT_NAME="Tableexplorer"
    NULLSTACK_PROJECT_DOMAIN="localhost"
    NULLSTACK_SERVER_PORT="3000"
  • Run the app in development mode:

    npm start or yarn start

  • Open http://localhost:3000 to view it in the browser.

  • The application uses IndexedDB to store imported databases.

Contributing

  • Feel free to create a Pull Request, someone will review it and (hopefully) merge it into the main branch, please follow the lint rules and show tests.

AE STUDIO

Learn more about Nullstack

Learn more about Tableland