https://github.com/aelfproject/aelf-playground-next
An online playground to develop and deploy smart contracts on the aelf blockchain.
https://github.com/aelfproject/aelf-playground-next
Last synced: about 1 year ago
JSON representation
An online playground to develop and deploy smart contracts on the aelf blockchain.
- Host: GitHub
- URL: https://github.com/aelfproject/aelf-playground-next
- Owner: AElfProject
- License: mit
- Created: 2024-07-18T06:50:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T06:06:56.000Z (over 1 year ago)
- Last Synced: 2024-10-19T10:52:41.731Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://playground.aelf.com
- Size: 1.36 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# AElf Playground Next
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
- [AElf Playground Next](#aelf-playground-next)
- [Getting Started](#getting-started)
- [Learn More](#learn-more)
- [Contributing](#contributing)
- [License](#license)
## Getting Started
```bash
npm install
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
If the page stops auto-updating, refresh the browser to fix it.
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
## Contributing
If you encounter a bug or have a feature request, please use the [Issue Tracker](https://github.com/AElfProject/aelf-dapp-factory/issues/new). The project is also open to contributions, so feel free to fork the project and open pull requests.
## License
Distributed under the MIT License. See [License](LICENSE) for more information.