Skip to content
/ mit2020 Public
forked from cbonoz/mit2020

Acordo - Generate smart contracts and blockchain transactions using human language

License

Notifications You must be signed in to change notification settings

ethdig/mit2020

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Acordo

Built for the MIT 2020 Bitcoin hackathon

Smart contract generation based on human input text.

Built for the improving accessibility and contract development tools (sdk) challenges.

Client

From the acordo directory:

    yarn
    yarn start

Server

From the ./server directory:

    pip install -r requirements.txt
    python3 -m spacy download en_core_web_sm
    flask run

Screenshots

Home

Creating a contract

Sending a Nervos transaction

About

Acordo - Generate smart contracts and blockchain transactions using human language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.3%
  • Python 33.2%
  • HTML 6.1%
  • CSS 5.4%