Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masdxi/bitkub-contracts
A community edition library for developing smart contracts on bitkub chain
https://github.com/masdxi/bitkub-contracts
bitkub community-edition library smart-contracts solidity
Last synced: about 2 months ago
JSON representation
A community edition library for developing smart contracts on bitkub chain
- Host: GitHub
- URL: https://github.com/masdxi/bitkub-contracts
- Owner: MASDXI
- License: mit
- Created: 2022-01-12T11:31:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T03:14:47.000Z (2 months ago)
- Last Synced: 2024-10-28T07:55:49.567Z (2 months ago)
- Topics: bitkub, community-edition, library, smart-contracts, solidity
- Language: Solidity
- Homepage:
- Size: 1.75 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bitkub-contracts
A community edition library for developing smart contracts on bitkub chain
### Installation
Install via `npm`
``` shell
npm install --dev @masdxi/bitkub-contracts
```
Install via `yarn`
``` shell
yarn add --dev @masdxi/bitkub-contracts
```
### Usage``` solidity
import "@masdxi/bitkub-contracts//.sol";
```### Contribute
Check out the contribution [guide](CONTRIBUTING.md)
## Support and Issue
For support or any inquiries, feel free to reach out to us at [github-issue](https://github.com/MASDXI/bitkub-contracts/issues)
### License
`bitkub-contracts` is released under the [MIT](LICENSE) License.