https://github.com/controlcpluscontrolv/truffle-yulp-box
A Good Starting Repo for Any Yul+ Project
https://github.com/controlcpluscontrolv/truffle-yulp-box
Last synced: 10 months ago
JSON representation
A Good Starting Repo for Any Yul+ Project
- Host: GitHub
- URL: https://github.com/controlcpluscontrolv/truffle-yulp-box
- Owner: ControlCplusControlV
- Created: 2021-12-11T23:41:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-30T19:00:53.000Z (about 4 years ago)
- Last Synced: 2024-12-25T15:41:40.905Z (about 1 year ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Truffle-Yulp-Box
A Good Starting Repo for Any Yul+ Project
To use first make sure yul-log is installed via
```
npm install -g yul-log
```
then clone the truffle box and cd into it
```
git clone https://github.com/ControlCplusControlV/Truffle-Yulp-Box.git
cd Truffle-Yulp-Box
```
then you can simply run
```
yul-log truffle
```
to compile and
```
truffle test
```
to test your contracts like you would with any other truffle project!