Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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