About ◈ Prerequisites ◈ Getting started ◈ Supporting the project ◈ Joining the discussion
This repository is where the IOTA Foundation hosts the open-source code for the Tangle Explorer website.
The code is composed of the following packages:
api
: Handles functionality such as lookups for the clientclient
: Provides a user interface for the explorer, using React.
A demonstration of the API is available here.
This is beta software, so there may be performance and stability issues. Please report any issues in our issue tracker.
To deploy your own version of the Tangle Explorer website, you need to have at least version 14 of Node.js and at most v16.16 installed on your device.
To check if you have Node.js installed, run the following command:
node -v
If Node.js is installed, you should see the version that's installed.
npm i
- Install all dependencies
npm run setup:dev
- See the deployment instructions.
If the Tangle Explorer website has been useful to you and you feel like contributing, consider submitting a bug report, feature request or a pull request.
See our contributing guidelines for more information.
If you want to get involved in the community, need help with getting set up, have any issues or just want to discuss IOTA, feel free to join our Discord.