Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate ide with Aptos network #4

Open
dantheman8300 opened this issue Jan 21, 2023 · 0 comments
Open

Integrate ide with Aptos network #4

dantheman8300 opened this issue Jan 21, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@dantheman8300
Copy link
Contributor

Make the IDE compatible with the Aptos move and Aptos network.

To do this, I think we can do the following:

  • Add a global variable to keep track of which chain we are on and add the ability to switch between the chains.
  • Create code syntax highlighting for the Aptos version of Move
  • Create an Aptos version of the backend functionality

To think about:

  • We could have a a slight different in design for the two protocols.
  • Remember that Aptos has main-net up so we will need to do testing for both test and main-net.
@dantheman8300 dantheman8300 added the enhancement New feature or request label Jan 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant