Skip to content

dataswap/dataswapjs

Repository files navigation

Welcome to @dataswap/dataswapjs 👋

Version Documentation Maintenance License: MIT and APACHE

dataswap-sdk

The Dataswap SDK provides APIs for useing dataswap business functions. It consists of several TypeScript & JavaScript libraries.

Demo

Setup

Please make sure to install the following before working with codebase:

npm

Node.js (16+)

TypeScript

Usage

To be added

Development

Clone the repository

git clone https://github.com/dataswap/dataswapjs.git

dependencies

npm install

Build

npm run build

Test

npm run test

Network configure

Localnet

Please make sure to install the following before working with localnet:

docker

Configure test private key information to .env file. eg: .env.localnet.example

Localnet Setup

npm run localnet:setup

Localnet start

npm run localnet:start

Localnet restart

npm run localnet:restart

Localnet stop

npm run localnet:stop

Localnet clear

npm run localnet:clear

Author

👤 dataswap

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2023 dataswap.
This project is MIT and APACHE licensed.