@dataswapjs/dataswapjs
v0.25.7
Published
dataswap sdk
Downloads
93
Readme
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:
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:
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
- GitHub: @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.