dataswap / dataswapjs

dataswap sdk
Other
0 stars 2 forks source link

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.

🏠 Homepage

✨ 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.