https://github.com/kadena-io/developer-scripts
https://github.com/kadena-io/developer-scripts
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kadena-io/developer-scripts
- Owner: kadena-io
- Created: 2020-08-28T16:25:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-18T00:56:42.000Z (over 3 years ago)
- Last Synced: 2024-11-11T08:40:50.480Z (6 months ago)
- Language: JavaScript
- Size: 5.69 MB
- Stars: 15
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Developer Scripts
This project is to provide developers with useful Smart Contract samples and JS tools to easily interact with Kadena Network.
## Smart Contracts
- [Stable Coin](pact/dapp-contracts/stablecoin)
- [Hybrid Dapp](pact/dapp-contracts/hybrid-dapp)
- [Covid Tracking App](pact/dapp-contracts/covid)
- [Coin Faucet](pact/dapp-contracts/faucet)
- [Pacty Parrots](pact/dapp-contracts/pacty-parrot)
- [Manage Loans](pact/dapp-contracts/loans)
- [Memory Wall](pact/dapp-contracts/memory-wall)
- [Todo MVC](pact/dapp-contracts/todomvc)## Gas Station
- [Gas Guard](pact/gas-station/gas-guard)
- [Gas Payer](pact/gas-station/gas-payer)## Utility Scipts
- [Safe Transfer](pact/utility/safe-transfer)
- [Safe Rotate](pact/utility/safe-rotate)## Javascript
- [Simple Command Requests](js)
- [Signing API](js)## Other Resources
- [Pact Smart Contract Language Reference](https://pact-language.readthedocs.io/)
- [Pact Developer Tutorial](https://pactlang.org/)Play around with the samples and try deploying your own contracts or gas stations. You can easily interact with Kadena Mainnet or Testnet with our Developer-friendly wallet, [Chainweaver](https://www.kadena.io/chainweaver)