This project is a test lab for the native features of the MØX protocol. The proposal is to create a page that allows the user to perform various network functions, such as creating contexts, actors, etc.
- Install the project dependencies: npm install
- Connect the sdk with mox node in: src/Router.tsx
- Run react scripts: npm start
- The møx SDK is placed in a react context, inside src/context/mox.tsx
- The SDK is initialized in src/Router.tsx
- The SDK functions is present in every molecule of this project src/molecules/*.tsx