Skip to content

Commit

Permalink
Flip issue onflow#21, milestone onflow#1 by Squidplay team
Browse files Browse the repository at this point in the history
Flip issue onflow#21, milestone onflow#1 by Squidplay team
  • Loading branch information
soetop committed Oct 30, 2021
1 parent a58c8fe commit 0450ee6
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# UI for multiple contracts

Contracts are proposed to be put as horizontal tabs above the Cadence editor following familiar UX of various code editors such as VS Code. It is also to overloading links on the sidebar along with accounts, transaction templates and script templates.

- Initial mockup: https://user-images.githubusercontent.com/81572453/139025502-7b69fe75-8be4-4255-95c5-a8efa6f2f0de.png
- Prototype: https://youtu.be/Od1YxuHA0iA

# Backend changes

New contract schema will be introduced and relevant code changes will be made.

'''
type Contract {
id: UUID!
accountId: UUID
index: Int!
title: String!
script: String!
deployedScript: String
}
'''

0 comments on commit 0450ee6

Please sign in to comment.