Guest User

Untitled

a guest
Nov 16th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. const SimpleContract = artifacts.require("SimpleContract");
  2.  
  3. contract('SimpleContract', (accounts) => {
  4. it("should return the list of accounts", async ()=> {
  5. console.log(accounts);
  6. });
  7. });
Add Comment
Please, Sign In to add comment