What is Amurse?

Amurse is wallet-to-wallet messaging API that can be integrated into DApps in under 5 minutes. Our goal is to increase user trust and add value to the user experience when visiting any DApp.

The problem right now is most communication is done on 3rd party platforms such as discord, where the identity of a user is completely disconnected from their blockchain identity. Amurse solves this problem by bringing mainstream communication right on your website, where a user’s identity is their wallet address, the same identity associated with the transaction.

The Product

Although Amuse is a multitude of tools, our first product is a messaging API with 2 sides; the dashboard and a chat window (currently only available for ReactJS clients). We are also working on a SDK for a greater reach to our audience.

The Messaging API

This is a ReactJS window that you can integrate into any React frontend. It is very simple to integrate, and was built with security and user-experience in mind.

Full disclosure: the data currently is stored off-chain in MongoDB servers as most people we’ve surveyed prioritize functionality, however, we are continuously looking into permanent storage databases to best fit the needs of our customers. All user authentication is done through crypto wallets.

Note that before you are able to integrate our API, you will need to be whitelisted by our team-members. We are only selecting quality applications which are building the future of the internet. Please reach out to us through amurse.com and click ‘Get Token’ button.

Currently Supported Chains

Eth: 1 BSC: 56 Aave C: 43114 Polygon: 137 Arbitrum: 42161
Optimism: 10 Cronos: 25 Fantom: 250 Gnosis: 100 Aurora: 1313161554
Celo: 42220 Moonriver: 1285 Evmos: 9001 Harmony: 1666600000

We will soon be adding support for other chains. Also more customizations are on the way!

ReactJS Code

First run yarn add @amurse/chatwindow in the terminal.