Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Repository files navigation

This project has been archived. Please see MurmurMaps for the latest implementation of Murmurations node profile generation and other tools.

Murmurations Tools

This project is licensed under the terms of the GNU General Public License v3.0

Development

# Install dependencies
npm install

# Install the hooks for husky
npm run prepare

# Don't forget to set your environment variables in the .env file!
npm run dev

Open up http://localhost:3000 and you should be ready to go!

Enabling IPFS

Profiles created in Tools can also be saved to IPFS as well as to your Mongo database. You will need access to an IPFS server and will have to set the credentials in your environment variables file.

You can enable IPFS functionality by changing the configuration in the app/utils/settings.js file:

export const settings = {
    ipfsEnabled: true
};

Then save the file and restart/redeploy the app. To disable IPFS, set ipfsEnabled back to false and restart/redeploy again.

Try it out

https://test-tools.murmurations.network

About

Profile generation, management and search tools for Murmurations

Resources

Stars

1 star

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages