Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 1 addition & 49 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,49 +1 @@
# edeXa js

This repository contains the `edexa.js` client library. `edexa.js` makes it easy for developers, who may not be deeply familiar with smart contract development, to interact with the various components of Edexa Network.

## Docs

[https://developer.edexa.network/docs/category/edexajs/](https://developer.edexa.network/docs/category/edexajs/)

## Support

Our [Discord](https://discord.com/invite/TKBQS9tZJY) is the best way to reach us ✨.

## Contributors

You are very welcome to contribute, please see contributing guidelines - [Contribute](CONTRIBUTING.md).

Thank you to all the people who already contributed to `edexa.js`!

<a href="https://github.com/devEdexa/edexa.js/graphs/contributors">
<img src="https://contrib.rocks/image?repo=devEdexa/edexa.js" />
</a>

[![Made with contributors-img](https://img.shields.io/badge/Made%20with-contributors--img-green)](https://contributors-img.web.app/)

## Development

## Compatibility

This SDK is compatible with Node.js version 18.13.0.

### Setup

```bash
npm ci
```

### NPM publish

Before running the publish script, make sure you have updated the version properly.

Note that the `prepublishOnly` script will be automatically called while publishing. It will check lint, clean `dist/lib` folders, and build fresh distribution files before executing `npm publish`.

```bash
npm publish
```

## License

MIT
This branch mainly targeted on ENS interactions
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert back to old READ ME file

Loading