https://github.com/refcell/ambiel
Lightweight, Gracefull Push + Pull Pattern Demo
https://github.com/refcell/ambiel
forge foundry solidity
Last synced: 5 months ago
JSON representation
Lightweight, Gracefull Push + Pull Pattern Demo
- Host: GitHub
- URL: https://github.com/refcell/ambiel
- Owner: refcell
- License: agpl-3.0
- Created: 2022-05-10T03:18:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-10T04:33:28.000Z (over 3 years ago)
- Last Synced: 2025-05-07T03:02:47.226Z (5 months ago)
- Topics: forge, foundry, solidity
- Language: Solidity
- Homepage:
- Size: 271 KB
- Stars: 20
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ambiel • [](https://github.com/abigger87/ambiel/actions/workflows/tests.yml)  
Lightweight, Gracefull Push + Pull Pattern Demo.
## Getting Started
## Environment
**Setup**
```bash
make
# OR #
make setup
```**Building**
```bash
make build
```**Testing**
```bash
make test
```### First time with Forge/Foundry?
See the official Foundry installation [instructions](https://github.com/foundry-rs/foundry/blob/master/README.md#installation).
Install the [foundry](https://github.com/gakonst/foundry) toolchain installer (`foundryup`) with:
```bash
curl -L https://foundry.paradigm.xyz | bash
```Then simply execute to update/install all of foundry's juicy juicy tools:
```bash
foundryup
```🎉 Foundry is installed! 🎉
### Configuration
Using [foundry.toml](./foundry.toml), Foundry is easily configurable.
For a full list of configuration options, see the Foundry [configuration documentation](https://github.com/gakonst/foundry/blob/master/config/README.md#all-options).
## License
[AGPL-3.0-only](https://github.com/abigger87/ambiel/blob/master/LICENSE)
## Acknowledgements
- [femplate](https://github.com/abigger87/femplate)
- [foundry](https://github.com/foundry-rs/foundry)
- [forge-std](https://github.com/foundry-rs/forge-std)## Disclaimer
_These smart contracts are being provided as is. No guarantee, representation or warranty is being made, express or implied, as to the safety or correctness of the user interface or the smart contracts. They have not been audited and as such there can be no assurance they will work as intended, and users may experience delays, failures, errors, omissions, loss of transmitted information or loss of funds. The creators are not liable for any of the foregoing. Users should proceed with caution and use at their own risk._