Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/refcell/cairopal
Modern, Flexible Starknet Dapp Template
https://github.com/refcell/cairopal
cairo chakra-ui nextjs starknet starkware typescript
Last synced: 3 months ago
JSON representation
Modern, Flexible Starknet Dapp Template
- Host: GitHub
- URL: https://github.com/refcell/cairopal
- Owner: refcell
- License: agpl-3.0
- Created: 2021-12-23T22:51:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-09T03:38:12.000Z (almost 3 years ago)
- Last Synced: 2024-04-17T20:18:30.254Z (9 months ago)
- Topics: cairo, chakra-ui, nextjs, starknet, starkware, typescript
- Language: TypeScript
- Homepage: https://cairopal.com
- Size: 535 KB
- Stars: 42
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cairopal • [![Tests](https://github.com/a5f9t4/cairopal/actions/workflows/tests.yml/badge.svg)](https://github.com/a5f9t4/cairopal/actions/workflows/tests.yml) [![Lints](https://github.com/a5f9t4/cairopal/actions/workflows/lints.yml/badge.svg)](https://github.com/a5f9t4/cairopal/actions/workflows/lints.yml) ![GitHub](https://img.shields.io/github/license/a5f9t4/cairopal) ![GitHub package.json version](https://img.shields.io/github/package-json/v/a5f9t4/cairopal) ![Vercel Deployment](https://img.shields.io/github/deployments/a5f9t4/cairopal/production?label=vercel)
**Modern**, **Flexible** Starknet Dapp Template.
## Developing
Clone the repository
```bash
git clone [email protected]:a5f9t4/cairopal.git
cd cairopal
```Install Dependencies
```bash
yarn
```Run locally
```bash
yarn dev
```#### Run tests
```bash
yarn test
```## Acknowledgements
- [StarkWare](https://starkware.co/)
- [Starknet.js](https://github.com/seanjameshan/starknet.js)
- [Argent-x](https://github.com/argentlabs/argent-x)
- [Fracek's React, Starknet Boilerplate](https://github.com/fracek/starknet-react-example)
- [OpenZeppelin](https://github.com/OpenZeppelin/cairo-contracts)## Security
This project is still in a very early and experimental phase. It has never been audited nor thoroughly reviewed for security vulnerabilities. Not recommended for production use.
Please report any security issues you find by opening up an issue in this reposisitory.
## License
Cairopal Contracts are released under the [AGPL-3.0-only](LICENSE).