Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aurora-is-near/aurora-examples
A boilerplate for sample DApps/Ethereum contracts on Aurora.
https://github.com/aurora-is-near/aurora-examples
aurora ethereum examples solidity
Last synced: about 1 month ago
JSON representation
A boilerplate for sample DApps/Ethereum contracts on Aurora.
- Host: GitHub
- URL: https://github.com/aurora-is-near/aurora-examples
- Owner: aurora-is-near
- License: cc0-1.0
- Created: 2021-05-13T12:23:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T03:19:35.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T10:13:15.856Z (10 months ago)
- Topics: aurora, ethereum, examples, solidity
- Language: JavaScript
- Homepage:
- Size: 66.8 MB
- Stars: 20
- Watchers: 9
- Forks: 11
- Open Issues: 51
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Aurora-Examples
This repository includes DApp boilerplates for [truffle](https://www.trufflesuite.com/) and [hardhat](https://hardhat.org/) examples on Aurora. These examples cover specific topics:
- Solidity contract deployment using (Truffle/Hardhat).
- Integration with Metamask
- Running DApp on Aurora network## Prerequisites
- Node 12+## Examples
- [Truffle](truffle/)
- [Hardhat](hardhat/)More documentation about Aurora network can be found [here](https://doc.aurora.dev/develop/networks).
## Contributing
Aurora team welcomes any kind of contributions in form of bug issues, feature requests, code changes, or documentation enhancement.