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

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

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!