arkprotocol / templates

0 stars 0 forks source link

Create cargo workspace #5

Closed Art3miX closed 2 years ago

Art3miX commented 2 years ago

Create a workspace so we can place all our contracts into that workspace. Will include scripts in the future.

Should include:

cargo.toml /contracts | working contracts used in dev/prod /scripts | will hold scripts that are used outside the contract (testing, optimize, etc.) /examples | example contracts we use for testing/learning or maybe create a different repo for the examples

@taitruong tot Who wants to do it?