Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phamhongphuc1999/smart-contract-practice
The ethereum smart contract practice
https://github.com/phamhongphuc1999/smart-contract-practice
circom hardhat move shell solidity
Last synced: 4 days ago
JSON representation
The ethereum smart contract practice
- Host: GitHub
- URL: https://github.com/phamhongphuc1999/smart-contract-practice
- Owner: phamhongphuc1999
- Created: 2023-05-15T13:04:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-18T03:46:31.000Z (3 months ago)
- Last Synced: 2024-11-07T07:14:17.787Z (about 2 months ago)
- Topics: circom, hardhat, move, shell, solidity
- Language: Solidity
- Homepage:
- Size: 1.08 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Smart contract practice
---
## Run
- Install packages
```shell
yarn install
```- Create your environment
```shell
cp .env_example .env
```- Compile contracts
```shell
yarn rmCompile
```- Run test
```shell
yarn test
```## Reference
- https://solidity-by-example.org/data-locations/
- https://docs.soliditylang.org/en
- https://solidity-by-example.org/app/multi-sig-wallet/
- https://medium.com/@AyoAlfonso/implement-account-abstraction-aa-to-rotate-private-keys-while-maintaining-the-same-pubkey-address-b5c01f4d3cbb
- https://vivianblog.hashnode.dev/how-to-create-a-zero-knowledge-dapp-from-zero-to-production#heading-6-test-circuits
- https://medium.com/@cresowallet/social-recovery-fa64ef484396
- https://github.com/thomas-waite/zkSocialRecovery
- https://move-language.github.io/move/functions.html